DsCertificateEntry Class

Represents a certificate object 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 DsCertificateEntry
Inheritance
Object    DsCertificateEntry

Properties

Certificate Gets the certificate associated with the current Active Directory entry.
CertificateType Gets the type of certificate store in Active Directory.
Name Gets the Active Directory entry name that holds current certificate object.

Methods

Equals Determines whether the specified object is equal to the current object. Two objects are equal when entry name and certificate are equal.
(Overrides ObjectEquals(Object))
Finalize
(Inherited from Object)
GetHashCode
(Overrides ObjectGetHashCode)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also