7 references to FindIndexForSigner
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
423
int idx = SignerInfos.
FindIndexForSigner
(signerInfo);
System\Security\Cryptography\Pkcs\SignerInfo.cs (6)
108
int myIdx = _document.SignerInfos.
FindIndexForSigner
(this);
126
int parentIdx = _document.SignerInfos.
FindIndexForSigner
(_parentSignerInfo);
301
int myIdx = _document.SignerInfos.
FindIndexForSigner
(this);
358
int myIdx = _document.SignerInfos.
FindIndexForSigner
(this);
434
int index = docSigners.
FindIndexForSigner
(this);
442
index = liveThis.CounterSignerInfos.
FindIndexForSigner
(counterSignerInfo);