3 references to GetMessageType
System.Security (3)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
511
if (CAPI.CMSG_ENVELOPED != PkcsUtils.
GetMessageType
(safeCryptMsgHandle))
system\security\cryptography\pkcs\pkcsmisc.cs (1)
551
switch (PkcsUtils.
GetMessageType
(safeCryptMsgHandle)) {
system\security\cryptography\pkcs\signedpkcs7.cs (1)
427
if (CAPI.CMSG_SIGNED != PkcsUtils.
GetMessageType
(safeCryptMsgHandle))