Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SafeBCryptAlgorithmHandle.cs
Go to the documentation of this file.
2
3internal sealed class SafeBCryptAlgorithmHandle : Microsoft.Win32.SafeHandles.SafeBCryptHandle
4{
5 protected sealed override bool ReleaseHandle()
6 {
7 global::Interop.BCrypt.NTSTATUS nTSTATUS = global::Interop.BCrypt.BCryptCloseAlgorithmProvider(handle, 0);
8 return nTSTATUS == global::Interop.BCrypt.NTSTATUS.STATUS_SUCCESS;
9 }
10}