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