Table of Contents

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

signerInfo SignerInformation

SignerInformationStore(IEnumerable<SignerInformation>)

public SignerInformationStore(IEnumerable<SignerInformation> signerInfos)

Parameters

signerInfos IEnumerable<SignerInformation>

Properties

Count

The number of signers in the collection.

public int Count { get; }

Property Value

int

this[SignerID]

public SignerInformation this[SignerID selector] { get; }

Parameters

selector SignerID

Property Value

SignerInformation

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

selector SignerID

Returns

SignerInformation

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

selector SignerID

Returns

IList<SignerInformation>