16 references to SignerInfos
Microsoft.DotNet.SignCheckLibrary (5)
Verification\AuthentiCode.cs (3)
194foreach (SignerInfo signerInfo in signedCms.SignerInfos) 232foreach (SignerInfo nestedSignerInfo in nestedSignatureMessage.SignerInfos) 256foreach (SignerInfo rfc3161SignerInfo in rfc3161Message.SignerInfos)
Verification\Jar\JarSignatureFile.cs (2)
255foreach (SignerInfo signerInfo in cms.SignerInfos) 266foreach (SignerInfo timestampSigner in timestampCms.SignerInfos)
System.Security.Cryptography.Pkcs (11)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
449if (tokenCms.SignerInfos[0].Certificate == null)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
345SignerInfoCollection signerInfos = cms.SignerInfos;
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
411int idx = SignerInfos.FindIndexForSigner(signerInfo); 611CheckSignatures(SignerInfos, extraStore, verifySignatureOnly); 644SignerInfoCollection signers = SignerInfos;
System\Security\Cryptography\Pkcs\SignerInfo.cs (6)
108int myIdx = _document.SignerInfos.FindIndexForSigner(this); 126int parentIdx = _document.SignerInfos.FindIndexForSigner(_parentSignerInfo); 301int myIdx = _document.SignerInfos.FindIndexForSigner(this); 309SignerInfo effectiveThis = _document.SignerInfos[myIdx]; 358int myIdx = _document.SignerInfos.FindIndexForSigner(this); 430SignerInfoCollection docSigners = _document.SignerInfos;