5 references to CRYPT_E_INVALID_MSG_TYPE
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decode.cs (1)
46
throw ErrorCode.
CRYPT_E_INVALID_MSG_TYPE
.ToCryptographicException();
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (4)
52
_ => throw ErrorCode.
CRYPT_E_INVALID_MSG_TYPE
.ToCryptographicException(),
70
return ErrorCode.
CRYPT_E_INVALID_MSG_TYPE
.ToCryptographicException();
75
return ErrorCode.
CRYPT_E_INVALID_MSG_TYPE
.ToCryptographicException();
80
return ErrorCode.
CRYPT_E_INVALID_MSG_TYPE
.ToCryptographicException();