SignerInformationStore public class SignerInformationStore : IEnumerable<SignerInformation>, IEnumerable Documentation Code public int Count { get; } The number of signers in the collection. public SignerInformationStore(SignerInformation signerInfo) public SignerInformationStore(IEnumerable<SignerInformation> signerInfos) public IEnumerator<SignerInformation> GetEnumerator() public SignerInformation GetFirstSigner(SignerID selector) public IList<SignerInformation> GetSigners() public IList<SignerInformation> GetSigners(SignerID selector)