Represents a collection of X509 v3 certificate extensions.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Cryptography..::..CryptographicCollection
    Rebex.Security.Cryptography..::..CryptographicCollection<(Of <(<'CertificateExtension>)>)>
      Rebex.Security.Certificates..::..CertificateExtensionCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also