SecurityPermissionPolicy Enum
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.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Members
Name | Description |
---|---|
DenyAllByDefault
|
Access is denied by default. |
ReadOnlyAllByDefault
|
Read-only access is granted by default. |
AllowAllByDefault
|
Full access is granted by default. |
Remarks
These enumeration values are used to initialize the IPermissionPolicyRole.PermissionPolicy values.
See Also