7 references to FindIndexForSigner
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
423int idx = SignerInfos.FindIndexForSigner(signerInfo);
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); 358int myIdx = _document.SignerInfos.FindIndexForSigner(this); 434int index = docSigners.FindIndexForSigner(this); 442index = liveThis.CounterSignerInfos.FindIndexForSigner(counterSignerInfo);