Click or drag to resize

DsCertEnrollServer Class

Represents an Enterprise Certification Authority entry in Active Directory.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Management.ActiveDirectoryDsCertEnrollServer

Namespace:  SysadminsLV.PKI.Management.ActiveDirectory
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class DsCertEnrollServer

The DsCertEnrollServer type exposes the following members.

Properties
  NameDescription
Public propertyCertificate
Gets the Certification Authority certificate.
Public propertyCertificateTemplates
Gets an array of certificate templates supported by the Certification Authority. Each certificate template is referenced by its common name.
Public propertyComputerName
Gets the computer name where Certification Authority is installed.
Public propertyDisplayName
Gets the display name of Certification Authority.
Public propertyDistinguishedName
Gets the distinguished name of Enrollment Server entry.
Public propertyFlags
Gets Enrollment Server directory services flags.
Public propertyName
Gets the common name of Certification Authority.
Public propertyPolicyEnrollmentEndpoints
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