Collection of certificate revocation lists.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Cryptography..::..CryptographicCollection
    Rebex.Security.Cryptography..::..CryptographicCollection<(Of <(<'CertificateRevocationList>)>)>
      Rebex.Security.Cryptography.Pkcs..::..CertificateRevocationListCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also