DsCertEnrollServer Class

Represents an Enterprise Certification Authority entry in Active Directory.

Definition

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

Properties

Certificate Gets the Certification Authority certificate.
CertificateTemplates Gets an array of certificate templates supported by the Certification Authority. Each certificate template is referenced by its common name.
ComputerName Gets the computer name where Certification Authority is installed.
DisplayName Gets the display name of Certification Authority.
DistinguishedName Gets the distinguished name of Enrollment Server entry.
Flags Gets Enrollment Server directory services flags.
Name Gets the common name of Certification Authority.
PolicyEnrollmentEndpoints Gets a collection of Certificate Enrollment Web Service (CES) endpoint URIs.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetCertificateAuthority Gets a Certification Authority object associated with the current Enrollment Services entry.
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also