Class GroupPolicyPublicKeyPoliciesAutoEnrollmentSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Active Directory Group Policy public key policies auto enrollment settings.
public class GroupPolicyPublicKeyPoliciesAutoEnrollmentSettings : GlobalSerializableClassicBase
- Inheritance
-
GroupPolicyPublicKeyPoliciesAutoEnrollmentSettings
Constructors
GroupPolicyPublicKeyPoliciesAutoEnrollmentSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyPublicKeyPoliciesAutoEnrollmentSettings class.
public GroupPolicyPublicKeyPoliciesAutoEnrollmentSettings()
Properties
AdditionalStoreNames
Gets or sets the additional store names.
public SerializableStringCollection AdditionalStoreNames { get; set; }
Property Value
- SerializableStringCollection
AutoEnrollmentEnabled
Gets or sets whether auto-enrollment is allowed.
public GroupPolicyPublicKeyPoliciesAutoEnrollmentEnabled AutoEnrollmentEnabled { get; set; }
Property Value
EnableExpiryNotifications
Gets or sets whether to enable expiry notifications.
public BooleanOption EnableExpiryNotifications { get; set; }
Property Value
ExpiryNotificationPercent
Gets or sets the notify percent.
public int ExpiryNotificationPercent { get; set; }
Property Value
ExpiryNotificationsString
Gets when to show expiry notifications.
public string ExpiryNotificationsString { get; set; }
Property Value
RenewUpdateRevoke
Gets or sets whether to renew expired certificates, update pending certificates, and remove revoked certificates.
public BooleanOption RenewUpdateRevoke { get; set; }
Property Value
UpdateTemplates
Gets or sets whether to update certificates that use certificate templates.
public BooleanOption UpdateTemplates { get; set; }
Property Value
Methods
ToString()
Returns the Active Directory Group Policy public key policies auto enrollment settings as a human readable string.
public override string ToString()
Returns
- string
The Active Directory Group Policy public key policies auto enrollment settings as a human readable string.