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