Table of Contents

Class GroupPolicyPublicKeyPoliciesRevocationSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Active Directory Group Policy public key policies revocation settings.

public class GroupPolicyPublicKeyPoliciesRevocationSettings : GlobalSerializableClassicBase
Inheritance
GroupPolicyPublicKeyPoliciesRevocationSettings

Constructors

GroupPolicyPublicKeyPoliciesRevocationSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyPublicKeyPoliciesRevocationSettings class.

public GroupPolicyPublicKeyPoliciesRevocationSettings()

Properties

AllowLongerResponseLifetime

Gets or sets whether to allow CRL and OCSP responses to be valid longer than their lifetime.

public BooleanOption AllowLongerResponseLifetime { get; set; }

Property Value

BooleanOption

IsDefined

Gets or sets whether the settings are defined.

public BooleanOption IsDefined { get; set; }

Property Value

BooleanOption

PreferCrlOverOcsp

Gets or sets whether to always prefer certificate revocation lists (CRL) over online certificate status protocol (OCSP) responses.

public BooleanOption PreferCrlOverOcsp { get; set; }

Property Value

BooleanOption

ValidityPeriodExtension

Gets or sets the time the validity period can be extended in hours.

public int ValidityPeriodExtension { get; set; }

Property Value

int

Methods

ToString()

Returns the Active Directory Group Policy public key policies revocation settings as a human readable string.

public override string ToString()

Returns

string

The Active Directory Group Policy public key policies revocation settings as a human readable string.