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)
inlinestaticprivate

Definition at line 63 of file Cng.cs.

64 {
65 int hr = (int)(ntStatus | (global::Interop.BCrypt.NTSTATUS)16777216u);
66 return hr.ToCryptographicException();
67 }