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 = 1
Elliptic curve cryptography allowed.
NotAllowed = 3
Elliptic curve cryptography not allowed.
Required = 2
Elliptic curve cryptography required.
Unknown = 0
The elliptic curve cryptography setting is unknown.