4 instantiations of SignerInfoCollection
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
109
return new
SignerInfoCollection
();
112
return new
SignerInfoCollection
(_signedData.SignerInfos, this);
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
86
return new
SignerInfoCollection
();
280
return new
SignerInfoCollection
(signerInfos.ToArray());
13 references to SignerInfoCollection
Microsoft.DotNet.SignCheckLibrary (2)
Verification\AuthentiCode.cs (2)
140
SignerInfoCollection
signerInfos = signedCms.SignerInfos;
205
private static SignerInfo GetPrimarySignerInfo(
SignerInfoCollection
signerInfos)
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)
345
SignerInfoCollection
signerInfos = cms.SignerInfos;
System\Security\Cryptography\Pkcs\SignedCms.cs (4)
103
public
SignerInfoCollection
SignerInfos
615
SignerInfoCollection
signers,
630
SignerInfoCollection
counterSigners = signer.CounterSignerInfos;
644
SignerInfoCollection
signers = SignerInfos;
System\Security\Cryptography\Pkcs\SignerInfo.cs (3)
77
public
SignerInfoCollection
CounterSignerInfos
256
private
SignerInfoCollection
GetCounterSigners(AttributeAsn[] unsignedAttrs)
430
SignerInfoCollection
docSigners = _document.SignerInfos;
System\Security\Cryptography\Pkcs\SignerInfoEnumerator.cs (2)
11
private readonly
SignerInfoCollection
_signerInfos;
14
internal SignerInfoEnumerator(
SignerInfoCollection
signerInfos)