X509DistributionPoint Class

Represents a single DistributionPoint element of CRL Distribution Points certificate extension.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public class X509DistributionPoint
Inheritance
Object    X509DistributionPoint

Constructors

X509DistributionPoint(Byte) Initializes a new instance of the X509DistributionPoint class from an ASN.1-encoded byte array.
X509DistributionPoint(Uri) Initializes a new instance of the X509DistributionPoint class from an array of URLs, where each URL points to the same CRL location.

Properties

CRLIssuer Gets a collection of alternative names to identify CRL issuer.
FullName Gets a collection of alternative names associated with the current CRL, where each name provides current CRL locations.
RawData Gets ASN.1-encoded byte array.
Reasons Gets the list of reasons covered by CRLs in distribution point.
RelativeToIssuerName Gets a X.500 distinguished name part relative to CRL issuer.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also