Class SignerInformationStore
- Namespace
- Org.BouncyCastle.Cms
- Assembly
- BouncyCastle.Cryptography.dll
public class SignerInformationStore : IEnumerable<SignerInformation>, IEnumerable
- Inheritance
-
SignerInformationStore
- Implements
- Inherited Members
Constructors
SignerInformationStore(SignerInformation)
public SignerInformationStore(SignerInformation signerInfo)
Parameters
signerInfoSignerInformation
SignerInformationStore(IEnumerable<SignerInformation>)
public SignerInformationStore(IEnumerable<SignerInformation> signerInfos)
Parameters
signerInfosIEnumerable<SignerInformation>
Properties
Count
The number of signers in the collection.
public int Count { get; }
Property Value
this[SignerID]
public SignerInformation this[SignerID selector] { get; }
Parameters
selectorSignerID
Property Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<SignerInformation> GetEnumerator()
Returns
- IEnumerator<SignerInformation>
An enumerator that can be used to iterate through the collection.
GetFirstSigner(SignerID)
public SignerInformation GetFirstSigner(SignerID selector)
Parameters
selectorSignerID
Returns
GetSigners()
public IList<SignerInformation> GetSigners()
Returns
- IList<SignerInformation>
A list of all signers in the collection
GetSigners(SignerID)
public IList<SignerInformation> GetSigners(SignerID selector)
Parameters
selectorSignerID