4 references to GetMsgParamAsByteArray
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (3)
107
byte[] oidBytes = hCryptMsg.
GetMsgParamAsByteArray
(CryptMsgParamType.CMSG_INNER_CONTENT_TYPE_PARAM);
119
byte[] content = hCryptMsg.
GetMsgParamAsByteArray
(CryptMsgParamType.CMSG_CONTENT_PARAM);
133
byte[] encodedCertificate = hCryptMsg.
GetMsgParamAsByteArray
(CryptMsgParamType.CMSG_CERT_PARAM, index);
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (1)
60
byte[] encodedMessage = hCryptMsg.
GetMsgParamAsByteArray
(CryptMsgParamType.CMSG_CONTENT_PARAM);