Enum GroupPolicyPublicKeyPoliciesAutoEnrollmentEnabled
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Public Key Policies auto-enrollment enabled setting.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyPublicKeyPoliciesAutoEnrollmentEnabled
Fields
Disabled = 3
Auto-enrollment is disabled.
Enabled = 2
Auto-enrollment is enabled.
NotConfigured = 1
The auto-enrollment enabled setting is not configured.
Unknown = 0
The auto-enrollment enabled setting is unknown.