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.v21.2.dll
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the SecurityPermissionPolicy enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.