Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SafeNCryptSecretHandle.cs
Go to the documentation of this file.
1
namespace
Microsoft.Win32.SafeHandles
;
2
3
public
sealed
class
SafeNCryptSecretHandle : SafeNCryptHandle
4
{
5
protected
override
bool
ReleaseNativeHandle
()
6
{
7
return
ReleaseNativeWithNCryptFreeObject
();
8
}
9
}
Microsoft.Win32.SafeHandles.SafeNCryptHandle.ReleaseNativeWithNCryptFreeObject
bool ReleaseNativeWithNCryptFreeObject()
Definition
SafeNCryptHandle.cs:119
Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.ReleaseNativeHandle
override bool ReleaseNativeHandle()
Definition
SafeNCryptSecretHandle.cs:5
Microsoft.Win32.SafeHandles
Definition
SafeProcessHandle.cs:3
source
System.Security.Cryptography.Cng
Microsoft.Win32.SafeHandles
SafeNCryptSecretHandle.cs
Generated by
1.10.0