CertConfigEntryD Class

Represents a Windows implementation of ICertConfigEntryD interface.

Definition

Namespace: SysadminsLV.PKI.Dcom.Implementations
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public class CertConfigEntryD : ICertConfigEntryD
Inheritance
Object    CertConfigEntryD
Implements
ICertConfigEntryD

Properties

CommonName Gets common name of the server.
ComputerName Gets computer name.
ConfigString Gets configuration string of CA certificate in a 'HostName\CA Certificate Name' form.
Country Gets country identifier of CA certificate.
Description Gets description of CA server.
DisplayName Gets display name of CA certificate.
Flags Gets a set of flags that identify sources where current CA entry was found.
Locality Gets city or town of CA certificate.
Organization Gets the organization name of CA certificate.
OrganizationUnit Gets organizational unit of CA certificate.
SanitizedName Gets the sanitized common name of the Certification Authority in a form as specified in MS-WCCE §3.1.1.4.1.1.
SanitizedShortName Gets the sanitized and shorted common name of the Certification Authority in a form as specified in MS-WCCE §3.1.1.4.1.1.
ShortName Gets the shortened common name of the Certification Authority in a form as specified in MS-WCCE §3.1.1.4.1.1.
StateProvince Gets state/province of CA certificate.
WebEnrollmentServers An array of certificate enrollment Web service URLs for a specific CA configuration in the Active Directory.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also