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

◆ ReleaseHandle() [2/2]

override bool Microsoft.Win32.SafeHandles.SafeBCryptHashHandle.ReleaseHandle ( )
inlinesealedprotected

Definition at line 5 of file SafeBCryptHashHandle.cs.

6 {
7 global::Interop.BCrypt.NTSTATUS nTSTATUS = global::Interop.BCrypt.BCryptDestroyHash(handle);
8 return nTSTATUS == global::Interop.BCrypt.NTSTATUS.STATUS_SUCCESS;
9 }

References System.Runtime.InteropServices.SafeHandle.handle.