Click or drag to resize

X509DistributionPoint Class

Represents a single DistributionPoint element of CRL Distribution Points certificate extension.
Inheritance Hierarchy
SystemObject
  System.Security.Cryptography.X509CertificatesX509DistributionPoint

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class X509DistributionPoint

The X509DistributionPoint type exposes the following members.

Constructors
  NameDescription
Public methodX509DistributionPoint(Byte)
Initializes a new instance of the X509DistributionPoint class from an ASN.1-encoded byte array.
Public methodX509DistributionPoint(Uri)
Initializes a new instance of the X509DistributionPoint class from an array of URLs, where each URL points to the same CRL location.
Top
Properties
  NameDescription
Public propertyCRLIssuer
Gets a collection of alternative names to identify CRL issuer.
Public propertyFullName
Gets a collection of alternative names associated with the current CRL, where each name provides current CRL locations.
Public propertyRawData
Gets ASN.1-encoded byte array.
Public propertyReasons
Gets the list of reasons covered by CRLs in distribution point.
Public propertyRelativeToIssuerName
Gets a X.500 distinguished name part relateive to CRL issuer.
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