CertSrvCrlPeriodConfig Class

Represents Certification Authority object with defined certificate revocation list validity settings.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public class CertSrvCrlPeriodConfig : CertSrvConfig
Inheritance
Object    CertSrvConfig    CertSrvCrlPeriodConfig

Constructors

CertSrvCrlPeriodConfigInitializes a new instance of the CertSrvCrlPeriodConfig class

Properties

BaseCRL Gets or sets Base CRL validity period.
BaseCRLOverlap Gets or sets Base CRL validity extension after new Base CRL is issued.
ComputerName Gets the certification authority computer name.
(Inherited from CertSrvConfig)
ConfigEntries Gets a collection of config entries to update when calling Commit(Boolean) method.
(Inherited from CertSrvConfig)
ConfigManager Gets the CA configuration read/write manager used by implementers to read and write configuration.
(Inherited from CertSrvConfig)
DeltaCRL Gets or sets Delta CRL validity period.
DeltaCRLOverlap Gets or sets Base CRL validity extension after new Delta CRL is issued.
IsModified Indicates whether the object was modified after it was instantiated. This member is set to False upon successful changes commit.
(Inherited from CertSrvConfig)

Methods

Commit Updates Certification Authority configuration on a server.
(Inherited from CertSrvConfig)
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
OnCommit
(Overrides CertSrvConfigOnCommit)
ToString
(Inherited from Object)

See Also