Click or drag to resize

CertPropReaderD Class

Represents a Windows-specific implementation of ICertPropReaderD interface.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Dcom.ImplementationsCertPropReaderD

Namespace:  SysadminsLV.PKI.Dcom.Implementations
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class CertPropReaderD : ICertPropReaderD

The CertPropReaderD type exposes the following members.

Constructors
  NameDescription
Public methodCertPropReaderD
Initializes a new instance of CertPropReaderD class from a Certification Authority configuration string.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAiaURLs
Gets the list of authority information access (AIA) URLs to include in issued certificates, for a particular Certification Authority certificate.
Public methodGetBackwardCrossCert
Gets a particular backward cross certificate.
Public methodGetBackwardCrossCertState
Gets the status of a particular backward cross certificate.
Public methodGetBaseCrl
Gets a particular base certificate revocation list.
Public methodGetBaseCrlPublishStatus
Gets the publishing status of a particular base certificate revocation list.
Public methodGetCaCertChainAndCrl
Gets a particular Certification Authority signing certificate and its complete chain, including certificate revocation lists.
Public methodGetCaCertificate
Gets a specified signing certificate.
Public methodGetCaCertificateChain
Gets a particular signing certificate and its complete chain.
Public methodGetCaCertificateCount
Gets the count of signature certificates on the Certification Authority.
Public methodGetCaCertState
Gets the disposition status of a particular Certification Authority signing certificate.
Public methodGetCaCertStatusCode
Gets the Win32 HRESULT status of a particular Certification Authority signing certificate.
Public methodGetCaName
Gets the common name of the Certification Authority.
Public methodGetCaTemplates
Returns a list of certificate templates assigned to Enterprise Certification Authority.
Public methodGetCaType
Get the type of the Certification Authority.
Public methodGetCaVersion
Gets the revisions on the Certification Authority signing certificate
Public methodGetCdpURLs
Gets the list of certificate revocation list distribution points (CDPs) URLs to include in issued certificates, for a particular Certification Authority certificate.
Public methodGetCrlState
Gets the status of signing certificate used to publish CRLs.
Public methodGetDeltaCrl
Gets a particular delta certificate revocation list.
Public methodGetDeltaCrlPublishStatus
Gets the publishing status of a particular delta certificate revocation list.
Public methodGetDnsName
Gets the FQDN of the server that hosts the Certification Authority.
Public methodGetExchangeCertificate
Gets the Certification Authority exchange (key archival encryption) certificate.
Public methodGetExchangeCertificateChain
Gets the Certification Authority exchange certificate and its complete chain.
Public methodGetExchangeCertificateCount
Gets the count of exchange (key archival encryption) certificates on the Certification Authority.
Public methodGetExitModuleCount
Gets the number of exit modules registered on Certification Authority server.
Public methodGetExitModuleDescription
Gets the description of a specific exit module.
Public methodGetFileVersionProperty
Gets the the Certification Authority file version property.
Public methodGetForwardCrossCert
Gets a particular forward cross certificate.
Public methodGetForwardCrossCertState
Gets the status of a particular forward cross certificate.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKraCertCount
Gets the total number of KRAs registered and available for the Certification Authority.
Public methodGetKraCertificate
Gets a particular KRA certificate
Public methodGetKraCertState
Gets the state of a particular KRA certificate.
Public methodGetKraCertUsedCount
Gets the number of KRAs are required to be used when archiving a private key on the Certification Authority.
Public methodGetLatestCaCertChainAndCrl
Gets the latest Certification Authority signing certificate and its complete chain, including certificate revocation lists.
Public methodGetLatestCaCertificate
Gets the most recent signing certificate.
Public methodGetLatestCaCertificateChain
Gets the most recent signing certificate and its complete chain.
Public methodGetLatestCaCertStatusCode
Gets the Win32 HRESULT status of a particular Certification Authority signing certificate.
Public methodGetLatestCertAiaURLs
Gets the list of authority information access (AIA) URLs to include in issued certificates, for the most recent Certification Authority certificate.
Public methodGetLatestCertBaseCrl
Gets a base certificate revocation list for the most recent Certification Authority signing certificate.
Public methodGetLatestCertBaseCrlPublishStatus
Gets the publishing status of the most recent base certificate revocation list.
Public methodGetLatestCertCdpURLs
Gets the list of certificate revocation list distribution points (CDPs) URLs to include in issued certificates, for the most recent Certification Authority certificate.
Public methodGetLatestCertDeltaCrl
Gets a delta certificate revocation list for the most recent Certification Authority signing certificate.
Public methodGetLatestCertDeltaCrlPublishStatus
Gets the publishing status of the most recent delta certificate revocation list.
Public methodGetLatestCertOcspURLs
Gets the list of Online Certificate Status Protocol (OCSP) URLs to include in issued certificates, for the most recent Certification Authority certificate.
Public methodGetLatestExchangeCertChainAndCrl
Gets the latest Certification Authority exchange (key encryption) certificate and its complete chain, including certificate revocation lists.
Public methodGetLocaleName
Gets the locale of the Certification Authority.
Public methodGetOcspURLs
Gets the list of Online Certificate Status Protocol (OCSP) URLs to include in issued certificates, for a particular Certification Authority certificate.
Public methodGetParentCA
Gets the name of the parent of the Certification Authority.
Public methodGetPolicyModuleDescription
Gets the description of the active policy module.
Public methodGetProductVersionProperty
Gets the the Certification Authority product version property.
Public methodGetSanitizedCaName
Gets the sanitized common name of the Certification Authority.
Public methodGetSanitizedShortCommonName
Gets the sanitized and shortened common name of the Certification Authority.
Public methodGetSharedFolderPath
Gets the UNC path that is used as a shared folder for the Certification Authority.
Public methodGetSubjectTemplateOIDs
Gets a collection of relative distinguished name (RDN) attributes used by Certification Authority to order attributes in certificate subject.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAdvancedServer
Gets the information whether the operating system that hosts the Certification Authority is an advanced server.
Public methodIsRoleSeparationEnabled
Gets the information whether the role separation feature is enabled on the Certification Authority.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also