Table of Contents

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

BooleanOption

Managers

Gets or sets who can manage trusted publishers.

public GroupPolicyPublicKeyPoliciesTrustedPublishersManagers Managers { get; set; }

Property Value

GroupPolicyPublicKeyPoliciesTrustedPublishersManagers

VerifyCertificateNotRevoked

Gets or sets whether to verify that the pusher certificate is not revoked.

public BooleanOption VerifyCertificateNotRevoked { get; set; }

Property Value

BooleanOption

VerifyTimestamp

Gets or sets whether to verify that the timestamp certificate is not revoked.

public BooleanOption VerifyTimestamp { get; set; }

Property Value

BooleanOption

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.