DsCrlEntry 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 DsCrlEntry
Inheritance
Object    DsCrlEntry

Properties

CRL Gets the certificate associated with the current Active Directory entry.
CrlType Gets the CRL type.
HostName Gets the certification autority's host name associated with the current CRL object.
IssuerName Gets the Active Directory entry name that holds current certificate object.

Methods

Equals(DsCrlEntry) Determines whether the specified object is equal to the current object. Two CRL entries are equal when all public members of this object are same.
Equals(Object)
(Overrides ObjectEquals(Object))
Finalize
(Inherited from Object)
GetHashCode
(Overrides ObjectGetHashCode)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also