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