4 instantiations of SignerInfoCollection
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
112return new SignerInfoCollection(); 115return new SignerInfoCollection(_signedData.SignerInfos, this);
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
83return new SignerInfoCollection(); 262return new SignerInfoCollection(signerInfos.ToArray());
11 references to SignerInfoCollection
System.Security (1)
System.Security.cs (1)
30[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.SignerInfoCollection))]
System.Security.Cryptography.Pkcs (10)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
351SignerInfoCollection signerInfos = cms.SignerInfos;
System\Security\Cryptography\Pkcs\SignedCms.cs (4)
106public SignerInfoCollection SignerInfos 622SignerInfoCollection signers, 637SignerInfoCollection counterSigners = signer.CounterSignerInfos; 651SignerInfoCollection signers = SignerInfos;
System\Security\Cryptography\Pkcs\SignerInfo.cs (3)
74public SignerInfoCollection CounterSignerInfos 238private SignerInfoCollection GetCounterSigners(AttributeAsn[] unsignedAttrs) 415SignerInfoCollection docSigners = _document.SignerInfos;
System\Security\Cryptography\Pkcs\SignerInfoEnumerator.cs (2)
11private readonly SignerInfoCollection _signerInfos; 14internal SignerInfoEnumerator(SignerInfoCollection signerInfos)