Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SafeNCryptProviderHandle.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Microsoft.Win32.SafeHandles
;
4
5
public
sealed
class
SafeNCryptProviderHandle : SafeNCryptHandle
6
{
7
internal
SafeNCryptProviderHandle
Duplicate
()
8
{
9
return
Duplicate<SafeNCryptProviderHandle>();
10
}
11
12
internal
void
SetHandleValue
(
IntPtr
newHandleValue)
13
{
14
SetHandle
(newHandleValue);
15
}
16
17
protected
override
bool
ReleaseNativeHandle
()
18
{
19
return
ReleaseNativeWithNCryptFreeObject
();
20
}
21
}
Microsoft.Win32.SafeHandles.SafeNCryptHandle.ReleaseNativeWithNCryptFreeObject
bool ReleaseNativeWithNCryptFreeObject()
Definition
SafeNCryptHandle.cs:119
Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.SetHandleValue
void SetHandleValue(IntPtr newHandleValue)
Definition
SafeNCryptProviderHandle.cs:12
Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.Duplicate
SafeNCryptProviderHandle Duplicate()
Definition
SafeNCryptProviderHandle.cs:7
Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.ReleaseNativeHandle
override bool ReleaseNativeHandle()
Definition
SafeNCryptProviderHandle.cs:17
Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle
Definition
SafeNCryptProviderHandle.cs:4
System.Runtime.InteropServices.SafeHandle.SetHandle
void SetHandle(IntPtr handle)
Definition
SafeHandle.cs:42
Microsoft.Win32.SafeHandles
Definition
SafeProcessHandle.cs:3
System
Definition
BlockingCollection.cs:8
System.IntPtr
Definition
IntPtr.cs:14
source
System.Security.Cryptography.Cng
Microsoft.Win32.SafeHandles
SafeNCryptProviderHandle.cs
Generated by
1.10.0