Collection of information about revoked certificates. A part of CertificateRevocationList.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Class RevokedCertificateCollection _
	Inherits CryptographicCollection(Of RevokedCertificate)
C#
public class RevokedCertificateCollection : CryptographicCollection<RevokedCertificate>

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Cryptography..::..CryptographicCollection
    Rebex.Security.Cryptography..::..CryptographicCollection<(Of <(<'RevokedCertificate>)>)>
      Rebex.Security.Cryptography.Pkcs..::..RevokedCertificateCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also