7 references to GetSignerIndex
System.Security (7)
system\security\cryptography\pkcs\signedpkcs7.cs (1)
247
RemoveSignature(PkcsUtils.
GetSignerIndex
(m_safeCryptMsgHandle, signerInfo, 0));
system\security\cryptography\pkcs\signerinfo.cs (6)
174
RemoveCounterSignature(PkcsUtils.
GetSignerIndex
(m_signedCms.GetCryptMsgHandle(), this, 0), index);
200
RemoveCounterSignature(PkcsUtils.
GetSignerIndex
(m_signedCms.GetCryptMsgHandle(), this, 0), index);
210
RemoveCounterSignature(PkcsUtils.
GetSignerIndex
(m_signedCms.GetCryptMsgHandle(), this, 0), index);
245
cvse.dwSignerIndex = (uint) PkcsUtils.
GetSignerIndex
(m_signedCms.GetCryptMsgHandle(), this, 0);
300
uint index = (uint) PkcsUtils.
GetSignerIndex
(m_signedCms.GetCryptMsgHandle(), this, 0);
450
index = PkcsUtils.
GetSignerIndex
(m_signedCms.GetCryptMsgHandle(), m_parentSignerInfo, index + 1);