X509CRL2Collection Class

Represents a collection of X509CRL2 objects.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public class X509CRL2Collection : BasicCollection<X509CRL2>
Inheritance
Object    BasicCollectionX509CRL2    X509CRL2Collection

Constructors

X509CRL2Collection Initializes a new instance of the X509CRL2Collection class without any X509CRL2 information.
X509CRL2Collection(IEnumerableX509CRL2) Initializes a new instance of the X509CRL2Collection class from an array of X509CRL2 objects.

Properties

Count
(Inherited from BasicCollectionT)
IsReadOnly
(Inherited from BasicCollectionT)
Item
(Inherited from BasicCollectionT)

Methods

Add
(Inherited from BasicCollectionT)
AddRange
(Inherited from BasicCollectionT)
Clear
(Inherited from BasicCollectionT)
Contains
(Inherited from BasicCollectionT)
CopyTo
(Inherited from BasicCollectionT)
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