CertificateExtensionCollection Class
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9119)
Represents a collection of X.509 v3 certificate extensions.
Syntax
public class CertificateExtensionCollection : CryptographicCollection<CertificateExtension>, ICollection, IList<CertificateExtension>, ICollection<CertificateExtension>, IEnumerable<CertificateExtension>, IEnumerable
Inheritance
CertificateExtensionCollection
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Certificate |
Creates a certificate extension collection from an ASN.1 block. |
Properties
Name | Description |
---|---|
Count | Gets the number of items in the Cryptographic |
Is |
Gets a value indicating whether access to the Cryptographic |
Item[String] | Gets the first Certificate |
Sync |
Gets an object that can be used to synchronize access to the Cryptographic |
Methods
Name | Description |
---|---|
Copy |
Copies the range of elements from the Cryptographic |