Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateCryptographicException()
[2/2]
static
Exception
Internal.NativeCrypto.Cng.CreateCryptographicException
(
global::Interop::BCrypt::NTSTATUS
ntStatus
)
inline
static
private
Definition at line
63
of file
Cng.cs
.
64
{
65
int
hr = (int)(ntStatus | (global::Interop.BCrypt.NTSTATUS)16777216u);
66
return
hr.ToCryptographicException();
67
}
Internal
NativeCrypto
Cng
Generated by
1.10.0