Class GroupPolicyPublicKeyPoliciesTrustedPublishersSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Active Directory Group Policy public key policies trusted publishers settings.
public class GroupPolicyPublicKeyPoliciesTrustedPublishersSettings : GlobalSerializableClassicBase
- Inheritance
-
GroupPolicyPublicKeyPoliciesTrustedPublishersSettings
Constructors
GroupPolicyPublicKeyPoliciesTrustedPublishersSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyPublicKeyPoliciesTrustedPublishersSettings class.
public GroupPolicyPublicKeyPoliciesTrustedPublishersSettings()
Properties
IsDefined
Gets or sets whether the settings are defined.
public BooleanOption IsDefined { get; set; }
Property Value
Managers
Gets or sets who can manage trusted publishers.
public GroupPolicyPublicKeyPoliciesTrustedPublishersManagers Managers { get; set; }
Property Value
VerifyCertificateNotRevoked
Gets or sets whether to verify that the pusher certificate is not revoked.
public BooleanOption VerifyCertificateNotRevoked { get; set; }
Property Value
VerifyTimestamp
Gets or sets whether to verify that the timestamp certificate is not revoked.
public BooleanOption VerifyTimestamp { get; set; }
Property Value
Methods
ToString()
Returns the Active Directory Group Policy public key policies trusted publishers settings as a human readable string.
public override string ToString()
Returns
- string
The Active Directory Group Policy public key policies trusted publishers settings as a human readable string.