X509CertificateContextPropertyCollection Class

Represents a collection of X509CertificateContextProperty objects.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.2.0.0 (4.2.0.0)
C#
public class X509CertificateContextPropertyCollection : BasicCollection<X509CertificateContextProperty>
Inheritance
Object    BasicCollectionX509CertificateContextProperty    X509CertificateContextPropertyCollection

Constructors

X509CertificateContextPropertyCollectionInitializes a new instance of the X509CertificateContextPropertyCollection class

Properties

Count
(Inherited from BasicCollectionX509CertificateContextProperty)
IsReadOnly
(Inherited from BasicCollectionX509CertificateContextProperty)
Item
(Inherited from BasicCollectionX509CertificateContextProperty)

Methods

Add
(Inherited from BasicCollectionX509CertificateContextProperty)
AddRange
(Inherited from BasicCollectionX509CertificateContextProperty)
Clear
(Inherited from BasicCollectionX509CertificateContextProperty)
Contains
(Inherited from BasicCollectionX509CertificateContextProperty)
CopyTo
(Inherited from BasicCollectionX509CertificateContextProperty)
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator
(Inherited from BasicCollectionX509CertificateContextProperty)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
IndexOf
(Inherited from BasicCollectionX509CertificateContextProperty)
Insert
(Inherited from BasicCollectionX509CertificateContextProperty)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from BasicCollectionX509CertificateContextProperty)
RemoveAt
(Inherited from BasicCollectionX509CertificateContextProperty)
ToString
(Inherited from Object)

Fields

InternalList
(Inherited from BasicCollectionX509CertificateContextProperty)

See Also