Class SignerInformationStore
- Namespace
- Enterprises.Org.BouncyCastle.Cms
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class SignerInformationStore
- Inheritance
-
SignerInformationStore
- Inherited Members
-
Constructors
public SignerInformationStore(SignerInformation signerInfo)
Parameters
signerInfo
SignerInformation
public SignerInformationStore(ICollection signerInfos)
Parameters
signerInfos
ICollection
Properties
public int Count { get; }
Property Value
- int
Methods
public SignerInformation GetFirstSigner(SignerID selector)
Parameters
selector
SignerID
Returns
- SignerInformation
public ICollection GetSigners()
Returns
- ICollection
public ICollection GetSigners(SignerID selector)
Parameters
selector
SignerID
Returns
- ICollection