system\security\cryptography\pkcs\signerinfo.cs (13)
174RemoveCounterSignature(PkcsUtils.GetSignerIndex(m_signedCms.GetCryptMsgHandle(), this, 0), index);
200RemoveCounterSignature(PkcsUtils.GetSignerIndex(m_signedCms.GetCryptMsgHandle(), this, 0), index);
210RemoveCounterSignature(PkcsUtils.GetSignerIndex(m_signedCms.GetCryptMsgHandle(), this, 0), index);
245cvse.dwSignerIndex = (uint) PkcsUtils.GetSignerIndex(m_signedCms.GetCryptMsgHandle(), this, 0);
248if (!CAPI.CryptMsgControl(m_signedCms.GetCryptMsgHandle(),
300uint index = (uint) PkcsUtils.GetSignerIndex(m_signedCms.GetCryptMsgHandle(), this, 0);
312if (!CAPI.CryptMsgCountersign(m_signedCms.GetCryptMsgHandle(),
333PkcsUtils.AddCertsToMessage(m_signedCms.GetCryptMsgHandle(), m_signedCms.Certificates, PkcsUtils.CreateBagOfCertificates(signer));
433if (!CAPI.CryptMsgControl(m_signedCms.GetCryptMsgHandle(),
450index = PkcsUtils.GetSignerIndex(m_signedCms.GetCryptMsgHandle(), m_parentSignerInfo, index + 1);
468PkcsUtils.GetParam(m_signedCms.GetCryptMsgHandle(),
531SafeCryptMsgHandle hMsg = m_signedCms.GetCryptMsgHandle();
729SafeCryptMsgHandle safeCryptMsgHandle = signedCms.GetCryptMsgHandle();