Represents a collection of X509 v3 certificates.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

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

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Cryptography..::..CryptographicCollection
    Rebex.Security.Cryptography..::..CryptographicCollection<(Of <(<'Certificate>)>)>
      Rebex.Security.Certificates..::..CertificateCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also