Enum GroupPolicyPublicKeyPoliciesEfsAllowed
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Public Key Policies Encrypting File System (EFS) allow EFS setting.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyPublicKeyPoliciesEfsAllowed
Fields
Allowed = 1
EFS is allowed.
NotAllowed = 2
EFS is not allowed.
NotDefined = 3
The EFS allowed setting is not defined.
Unknown = 0
The EFS allow setting is unknown.