4 references to GetContent
System.Security (4)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
165
return PkcsUtils.
GetContent
(m_safeCryptMsgHandle);
185
byte[] content = PkcsUtils.
GetContent
(m_safeCryptMsgHandle);
system\security\cryptography\pkcs\signedpkcs7.cs (2)
146
byte[] content = PkcsUtils.
GetContent
(m_safeCryptMsgHandle);
345
encodedMessage = PkcsUtils.
GetContent
(safeCryptMsgHandle);