X509CertificateTrustListEntryCollection Class

Represents a collection of X509CertificateTrustListEntry objects.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public class X509CertificateTrustListEntryCollection : BasicCollection<X509CertificateTrustListEntry>
Inheritance
Object    BasicCollectionX509CertificateTrustListEntry    X509CertificateTrustListEntryCollection

Constructors

X509CertificateTrustListEntryCollection Initializes a new instance of the T class.
X509CertificateTrustListEntryCollection(IEnumerableX509CertificateTrustListEntry)Initializes a new instance of the X509CertificateTrustListEntryCollection class

Properties

Count
(Inherited from BasicCollectionT)
IsReadOnly
(Inherited from BasicCollectionT)
ItemInt32
(Inherited from BasicCollectionT)
ItemString Gets an X509CertificateTrustListEntry object from the X509CertificateTrustListEntryCollection object by certificate's Thumbprint value.

Methods

Add
(Inherited from BasicCollectionT)
AddRange
(Inherited from BasicCollectionT)
Clear
(Inherited from BasicCollectionT)
Contains
(Inherited from BasicCollectionT)
CopyTo
(Inherited from BasicCollectionT)
Decode Decodes ASN.1-encoded certificate trust list collection.
Encode Encodes current collection to an ASN.1-encoded byte array.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator
(Inherited from BasicCollectionT)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
IndexOf
(Inherited from BasicCollectionT)
Insert
(Inherited from BasicCollectionT)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from BasicCollectionT)
RemoveAt
(Inherited from BasicCollectionT)
ToString
(Inherited from Object)

Fields

InternalList Gets internal list.
(Inherited from BasicCollectionT)

See Also