Click or drag to resize

CertConfigEntryD Class

Represents a Windows implementation of ICertConfigEntryD interface.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Dcom.ImplementationsCertConfigEntryD

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

The CertConfigEntryD type exposes the following members.

Properties
  NameDescription
Public propertyCommonName
Gets common name of the server.
Public propertyComputerName
Gets computer name.
Public propertyConfigString
Gets configuration string of CA certificate in a 'HostName\CA Certificate Name' form.
Public propertyCountry
Gets country identifier of CA certificate.
Public propertyDescription
Gets description of CA server.
Public propertyDisplayName
Gets display name of CA certificate.
Public propertyFlags
Gets a set of flags that identify sources where current CA entry was found.
Public propertyLocality
Gets city or town of CA certificate.
Public propertyOrganization
Gets the organization name of CA certificate.
Public propertyOrganizationUnit
Gets organizational unit of CA certificate.
Public propertySanitizedName
Gets the sanitized common name of the Certification Authority in a form as specified in MS-WCCE §3.1.1.4.1.1.
Public propertySanitizedShortName
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.
Public propertyShortName
Gets the shortened common name of the Certification Authority in a form as specified in MS-WCCE §3.1.1.4.1.1.
Public propertyStateProvince
Gets state/province of CA certificate.
Public propertyWebEnrollmentServers
An array of certificate enrollment Web service URLs for a specific CA configuration in the Active Directory.
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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