X509CRLEntryCollection Class

Represents a collection of X509CRLEntry objects.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public class X509CRLEntryCollection : BasicCollection<X509CRLEntry>
Inheritance
Object    BasicCollectionX509CRLEntry    X509CRLEntryCollection

Constructors

X509CRLEntryCollection Initializes a new instance of the X509CRLEntryCollection class without any X509CRLEntry information.
X509CRLEntryCollection(IEnumerableX509CRLEntry) Initializes a new instance of the X509CRLEntryCollection class from an array of X509CRLEntry objects and closes collection (makes it read-only).

Properties

Count
(Inherited from BasicCollectionT)
IsReadOnly
(Inherited from BasicCollectionT)
ItemInt32
(Inherited from BasicCollectionT)
ItemString Gets an X509CRLEntry object from the X509CRLEntryCollection object by revoked certificate's serial number.

Methods

Add
(Inherited from BasicCollectionT)
AddRange
(Inherited from BasicCollectionT)
Clear
(Inherited from BasicCollectionT)
Contains
(Inherited from BasicCollectionT)
CopyTo
(Inherited from BasicCollectionT)
Decode(Asn1Reader) Decodes a ASN.1-encoded byte array that contains revoked certificate information to a collection.
Decode(Byte) Decodes a ASN.1-encoded byte array that contains revoked certificate information to a collection.
Encode Encodes a collection of X509CRLEntry objects to a 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