5 references to CryptMsgUpdate
System.Security (5)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
478
if (!CAPI.CAPISafe.
CryptMsgUpdate
(m_safeCryptMsgHandle, encodedContent, (uint) encodedContent.Length, true))
507
if (!CAPI.CAPISafe.
CryptMsgUpdate
(safeCryptMsgHandle, encodedMessage, (uint) encodedMessage.Length, true))
system\security\cryptography\pkcs\pkcsmisc.cs (1)
547
if (!CAPI.CAPISafe.
CryptMsgUpdate
(safeCryptMsgHandle, encodedMessage, (uint) encodedMessage.Length, true))
system\security\cryptography\pkcs\signedpkcs7.cs (2)
423
if (!CAPI.CAPISafe.
CryptMsgUpdate
(safeCryptMsgHandle, encodedMessage, (uint) encodedMessage.Length, true))
435
if (!CAPI.CAPISafe.
CryptMsgUpdate
(safeCryptMsgHandle, content, (uint) content.Length, true))