16 references to SignerInfos
Microsoft.DotNet.SignCheckLibrary (5)
Verification\AuthentiCode.cs (3)
225foreach (SignerInfo signerInfo in signedCms.SignerInfos) 263foreach (SignerInfo nestedSignerInfo in nestedSignatureMessage.SignerInfos) 287foreach (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)
452if (tokenCms.SignerInfos[0].Certificate == null)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
351SignerInfoCollection signerInfos = cms.SignerInfos;
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
423int idx = SignerInfos.FindIndexForSigner(signerInfo); 623CheckSignatures(SignerInfos, extraStore, verifySignatureOnly); 656SignerInfoCollection 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); 433SignerInfoCollection docSigners = _document.SignerInfos;