2 writes to m_signedCms
System.Security (2)
system\security\cryptography\pkcs\signerinfo.cs (2)
49
m_signedCms
= signedCms;
75
m_signedCms
= signedCms;
18 references to m_signedCms
System.Security (18)
system\security\cryptography\pkcs\signerinfo.cs (18)
96
m_certificate = PkcsUtils.FindCertificate(this.SignerIdentifier,
m_signedCms
.Certificates);
144
return new SignerInfoCollection(
m_signedCms
, this);
149
ComputeCounterSignature(new CmsSigner(
m_signedCms
.Version == 2 ? SubjectIdentifierType.SubjectKeyIdentifier : SubjectIdentifierType.IssuerAndSerialNumber));
174
RemoveCounterSignature(PkcsUtils.GetSignerIndex(
m_signedCms
.GetCryptMsgHandle(), this, 0), index);
191
SignerInfo counterSignerInfo2 = new SignerInfo(
m_signedCms
, m_parentSignerInfo, encodedCounterSignature.RawData);
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);
248
if (!CAPI.CryptMsgControl(
m_signedCms
.GetCryptMsgHandle(),
300
uint index = (uint) PkcsUtils.GetSignerIndex(
m_signedCms
.GetCryptMsgHandle(), this, 0);
312
if (!CAPI.CryptMsgCountersign(
m_signedCms
.GetCryptMsgHandle(),
321
m_signedCms
.ReopenToDecode();
333
PkcsUtils.AddCertsToMessage(
m_signedCms
.GetCryptMsgHandle(),
m_signedCms
.Certificates, PkcsUtils.CreateBagOfCertificates(signer));
433
if (!CAPI.CryptMsgControl(
m_signedCms
.GetCryptMsgHandle(),
450
index = PkcsUtils.GetSignerIndex(
m_signedCms
.GetCryptMsgHandle(), m_parentSignerInfo, index + 1);
468
PkcsUtils.GetParam(
m_signedCms
.GetCryptMsgHandle(),
531
SafeCryptMsgHandle hMsg =
m_signedCms
.GetCryptMsgHandle();