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