Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateCryptographicException()
[2/2]
static
Exception
Interop.BCrypt.CreateCryptographicException
(
NTSTATUS
ntStatus
)
inline
static
package
Definition at line
403
of file
Interop.cs
.
404
{
405
int
hr = (int)(ntStatus | (
NTSTATUS
)16777216u);
406
return
hr.ToCryptographicException();
407
}
Interop.BCrypt.NTSTATUS
NTSTATUS
Definition
Interop.cs:1383
Interop
BCrypt
Generated by
1.10.0