CertSrvCdpConfig Class

Represents an ADCS Certification Authority CRL Distribution Points (CDP) extension configuration. Use this class to manage CDP extension of CA server.

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 CertSrvCdpConfig : CertSrvCdpAiaConfig<CertSrvCdpUrlEntry>
Inheritance
Object    CertSrvConfig    CertSrvCdpAiaConfigCertSrvCdpUrlEntry    CertSrvCdpConfig

Constructors

CertSrvCdpConfig Initializes a new instance of CertSrvCdpConfig class from CA host name.

Properties

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)
Count
(Inherited from CertSrvCdpAiaConfigT)
Entries Gets a read-only collection of CRL Distribution Point configuration URLs.
InternalEntries Gets a writable collection of URI entries.
(Inherited from CertSrvCdpAiaConfigT)
IsModified Indicates whether the object was modified after it was instantiated. This member is set to False upon successful changes commit.
(Inherited from CertSrvConfig)
Item Gets the element at the specified index.
(Inherited from CertSrvCdpAiaConfigT)

Methods

Add
(Inherited from CertSrvCdpAiaConfigT)
Clear
(Inherited from CertSrvCdpAiaConfigT)
Commit Updates Certification Authority configuration on a server.
(Inherited from CertSrvConfig)
Contains
(Inherited from CertSrvCdpAiaConfigT)
CopyTo
(Inherited from CertSrvCdpAiaConfigT)
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
OnCommit
(Inherited from CertSrvConfig)
Remove
(Inherited from CertSrvCdpAiaConfigT)
ToString
(Inherited from Object)

See Also