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 = 1EFS is allowed.
NotAllowed = 2EFS is not allowed.
NotDefined = 3The EFS allowed setting is not defined.
Unknown = 0The EFS allow setting is unknown.