PermissionSetOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The permission set options.
[System.Serializable]
public enum PermissionSetOption
type PermissionSetOption =
Public Enum PermissionSetOption
- Inheritance
-
PermissionSetOption
- Attributes
-
SerializableAttribute SerializableAttribute
Fields
| ExternalAccess | 2 | EXTERNAL_ACCESS was used. |
| None | 0 | Nothing was defined. |
| Safe | 1 | SAFE was used. |
| Unsafe | 3 | UNSAFE was used. |