Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CreateCryptographicException() [2/2]

static Exception Interop.BCrypt.CreateCryptographicException ( NTSTATUS ntStatus)
inlinestaticpackage

Definition at line 403 of file Interop.cs.

404 {
405 int hr = (int)(ntStatus | (NTSTATUS)16777216u);
406 return hr.ToCryptographicException();
407 }