4 instantiations of SignerInfoCollection
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
112
return new
SignerInfoCollection
();
115
return new
SignerInfoCollection
(_signedData.SignerInfos, this);
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
83
return new
SignerInfoCollection
();
262
return 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)
351
SignerInfoCollection
signerInfos = cms.SignerInfos;
System\Security\Cryptography\Pkcs\SignedCms.cs (4)
106
public
SignerInfoCollection
SignerInfos
622
SignerInfoCollection
signers,
637
SignerInfoCollection
counterSigners = signer.CounterSignerInfos;
651
SignerInfoCollection
signers = SignerInfos;
System\Security\Cryptography\Pkcs\SignerInfo.cs (3)
74
public
SignerInfoCollection
CounterSignerInfos
238
private
SignerInfoCollection
GetCounterSigners(AttributeAsn[] unsignedAttrs)
415
SignerInfoCollection
docSigners = _document.SignerInfos;
System\Security\Cryptography\Pkcs\SignerInfoEnumerator.cs (2)
11
private readonly
SignerInfoCollection
_signerInfos;
14
internal SignerInfoEnumerator(
SignerInfoCollection
signerInfos)