7 references to FindIndexForSigner
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
418int idx = SignerInfos.FindIndexForSigner(signerInfo);
System\Security\Cryptography\Pkcs\SignerInfo.cs (6)
100int myIdx = _document.SignerInfos.FindIndexForSigner(this); 118int parentIdx = _document.SignerInfos.FindIndexForSigner(_parentSignerInfo); 283int myIdx = _document.SignerInfos.FindIndexForSigner(this); 340int myIdx = _document.SignerInfos.FindIndexForSigner(this); 416int index = docSigners.FindIndexForSigner(this); 424index = liveThis.CounterSignerInfos.FindIndexForSigner(counterSignerInfo);