Class GroupPolicyPublicKeyPoliciesCertificateStoresSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Active Directory Group Policy public key policies certificate stores settings.
public class GroupPolicyPublicKeyPoliciesCertificateStoresSettings : GlobalSerializableClassicBase
- Inheritance
-
GroupPolicyPublicKeyPoliciesCertificateStoresSettings
Constructors
GroupPolicyPublicKeyPoliciesCertificateStoresSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyPublicKeyPoliciesCertificateStoresSettings class.
public GroupPolicyPublicKeyPoliciesCertificateStoresSettings()
Properties
AllowUserTrustedRoots
Gets or sets whether to allow user trusted root Cas to be used to validate certificates.
public BooleanOption AllowUserTrustedRoots { get; set; }
Property Value
CertificateUsages
Gets or sets the trusted peer certificate usages.
public SerializableStringCollection CertificateUsages { get; set; }
Property Value
- SerializableStringCollection
IsDefined
Gets or sets whether the settings are defined.
public BooleanOption IsDefined { get; set; }
Property Value
OnlyTrustEnterpriseRoots
Gets or sets whether to only trust Enterprise Root CAs.
public BooleanOption OnlyTrustEnterpriseRoots { get; set; }
Property Value
TrustPeerTrustCertificates
Gets or sets whether to allow users to trust peer trust certificates.
public BooleanOption TrustPeerTrustCertificates { get; set; }
Property Value
UserPrincipalNameConstraints
Gets or sets whether CAs must also be compliant with User Principal Name constraints.
public BooleanOption UserPrincipalNameConstraints { get; set; }
Property Value
Methods
ToString()
Returns the Active Directory Group Policy public key policies certificate stores settings as a human readable string.
public override string ToString()
Returns
- string
The Active Directory Group Policy public key policies certificate stores settings as a human readable string.