CertificateExtensionCollection Class
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9083)
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 |
---|---|
CertificateExtensionCollection(Byte[]) | Creates a certificate extension collection from an ASN.1 block. |
Properties
Name | Description |
---|---|
Count | Gets the number of items in the CryptographicCollection. Inherited from CryptographicCollection. |
IsSynchronized | Gets a value indicating whether access to the CryptographicCollection is synchronized. Inherited from CryptographicCollection. |
Item[String] | Gets the first CertificateExtension with the specified object identifier. |
SyncRoot | Gets an object that can be used to synchronize access to the CryptographicCollection. Inherited from CryptographicCollection. |
Methods
Name | Description |
---|---|
CopyTo(Array, Int32) | Copies the range of elements from the CryptographicCollection to a compatible one-dimensional Array, starting at the specified index of the target array. Inherited from CryptographicCollection. |