Table of Contents

Class SignerInformationStore

Namespace
Enterprises.Org.BouncyCastle.Cms
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class SignerInformationStore
Inheritance
SignerInformationStore
Inherited Members

Constructors

SignerInformationStore(SignerInformation)

public SignerInformationStore(SignerInformation signerInfo)

Parameters

signerInfo SignerInformation

SignerInformationStore(ICollection)

public SignerInformationStore(ICollection signerInfos)

Parameters

signerInfos ICollection

Properties

Count

public int Count { get; }

Property Value

int

Methods

GetFirstSigner(SignerID)

public SignerInformation GetFirstSigner(SignerID selector)

Parameters

selector SignerID

Returns

SignerInformation

GetSigners()

public ICollection GetSigners()

Returns

ICollection

GetSigners(SignerID)

public ICollection GetSigners(SignerID selector)

Parameters

selector SignerID

Returns

ICollection