PkcsSignerInfoCollection Class

Represents a strongly-typed collection of PkcsSignerInfo objects.

Definition

Namespace: SysadminsLV.PKI.Cryptography.Pkcs
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public class PkcsSignerInfoCollection : BasicCollection<PkcsSignerInfo>
Inheritance
Object    BasicCollectionPkcsSignerInfo    PkcsSignerInfoCollection

Constructors

PkcsSignerInfoCollection Initializes a new instance of the PkcsSignerInfoCollection class without any PkcsSignerInfo information.
PkcsSignerInfoCollection(IEnumerablePkcsSignerInfo) Initializes a new instance of the PkcsSignerInfoCollection class from an array of PkcsSignerInfo 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)
Decode Decodes ASN.1-encoded signer info 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