The CertificateRevocationList type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCrlNumber
Gets the CRL number if appropriate extension is present.
Public propertySupported by the .NET Compact FrameworkExtensions
Gets the collection of CRL's extensions.
Public propertySupported by the .NET Compact FrameworkIssuer
Gets the DN of the issuer of this certificate revocation list.
Public propertySupported by the .NET Compact FrameworkKeyAlgorithm
Returns the key algorithm used to sign this certificate revocation list.
Public propertySupported by the .NET Compact FrameworkNextUpdate
Gets the datetime of the next CRL update.
Public propertySupported by the .NET Compact FrameworkRevokedCertificates
Gets the collection of revoked certificates.
Public propertySupported by the .NET Compact FrameworkSignatureHashAlgorithm
Returns the hash algorithm used to create the signed hash value.
Public propertySupported by the .NET Compact FrameworkThisUpdate
Gets the datetime of this CRL update.

See Also