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