SecurityPermissionPolicy Enum
In This Article
Contains values that specify the Security System behavior when there are no explicitly specified permissions for a specific type, object or member.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
#Members
Name | Description |
---|---|
Deny
|
Access is denied by default. |
Read
|
Read-only access is granted by default. |
Allow
|
Full access is granted by default. |
#Related API Members
The following properties accept/return SecurityPermissionPolicy values:
#Remarks
These enumeration values are used to initialize the IPermissionPolicyRole.PermissionPolicy values.
See Also