2 writes to m_signedCms
System.Security (2)
system\security\cryptography\pkcs\signerinfo.cs (2)
49m_signedCms = signedCms; 75m_signedCms = signedCms;
18 references to m_signedCms
System.Security (18)
system\security\cryptography\pkcs\signerinfo.cs (18)
96m_certificate = PkcsUtils.FindCertificate(this.SignerIdentifier, m_signedCms.Certificates); 144return new SignerInfoCollection(m_signedCms, this); 149ComputeCounterSignature(new CmsSigner(m_signedCms.Version == 2 ? SubjectIdentifierType.SubjectKeyIdentifier : SubjectIdentifierType.IssuerAndSerialNumber)); 174RemoveCounterSignature(PkcsUtils.GetSignerIndex(m_signedCms.GetCryptMsgHandle(), this, 0), index); 191SignerInfo counterSignerInfo2 = new SignerInfo(m_signedCms, m_parentSignerInfo, encodedCounterSignature.RawData); 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(), 321m_signedCms.ReopenToDecode(); 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();