3 references to CounterSignerInfos
Microsoft.DotNet.SignCheckLibrary (1)
Verification\AuthentiCode.cs (1)
155foreach (SignerInfo counterSign in signerInfo.CounterSignerInfos)
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
643SignerInfoCollection counterSigners = signer.CounterSignerInfos;
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
424index = liveThis.CounterSignerInfos.FindIndexForSigner(counterSignerInfo);