Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SafeBCryptKeyHandle.cs
Go to the documentation of this file.
1
namespace
Microsoft.Win32.SafeHandles
;
2
3
internal
sealed
class
SafeBCryptKeyHandle :
Microsoft
.Win32.SafeHandles.SafeBCryptHandle
4
{
5
protected
sealed
override
bool
ReleaseHandle
()
6
{
7
global::Interop.BCrypt.NTSTATUS nTSTATUS = global::Interop.BCrypt.BCryptDestroyKey(
handle
);
8
return
nTSTATUS == global::Interop.BCrypt.NTSTATUS.STATUS_SUCCESS;
9
}
10
}
Microsoft.Win32.SafeHandles.SafeBCryptKeyHandle.ReleaseHandle
override bool ReleaseHandle()
Definition
SafeBCryptKeyHandle.cs:5
System.Runtime.InteropServices.SafeHandle.handle
IntPtr handle
Definition
SafeHandle.cs:8
Microsoft.Win32.SafeHandles
Definition
SafeProcessHandle.cs:3
Microsoft
Definition
AlphaTestEffect.cs:1
source
System.Security.Cryptography.X509Certificates
Microsoft.Win32.SafeHandles
SafeBCryptKeyHandle.cs
Generated by
1.10.0