Enum GroupPolicyPublicKeyPoliciesEfsEcc
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Public Key Policies Encrypting File System (EFS) elliptic curve cryptography (ECC) setting.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyPublicKeyPoliciesEfsEcc
Fields
Allowed = 1Elliptic curve cryptography allowed.
NotAllowed = 3Elliptic curve cryptography not allowed.
Required = 2Elliptic curve cryptography required.
Unknown = 0The elliptic curve cryptography setting is unknown.