Click or drag to resize

X509CRL2 Properties

The X509CRL2 type exposes the following members.

Properties
  NameDescription
Public propertyCRLNumber
Gets the CRL sequential number.
Public propertyExtensions
Gets a collection of X509Extension objects.
Public propertyHandle
Gets a handle to a Microsoft Cryptographic API CRL context described by an unmanaged CRL_CONTEXT structure.
Public propertyIssuer
Gets the textual representation of the CRL issuer (in X.500 name format).
Public propertyIssuerName
Gets the distinguished name of the CRL issuer.
Public propertyNextUpdate
Gets the date by which the next CRL will be issued. The next CRL could be issued before the indicated date, but it will not be issued any later than the indicated date.
Public propertyRawData
Gets the raw data of a certificate revocation list.
Public propertyRevokedCertificates
Gets a collection of X509CRLEntry objects.
Public propertySignatureAlgorithm
Gets the algorithm used to create the signature of a CRL.
Public propertyThisUpdate
Gets the issue date of this CRL.
Public propertyThumbprint
Gets a thumbprint of the current CRL object. Default thumbprint algorithm is SHA256.
Public propertyType
Gets the type of a certificate revocation list. Value can be either Base CRL or Delta CRL.
Public propertyVersion
Gets the X.509 format version of a certificate revocation list.
Top
See Also