Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | SetParentHandle (SafeAlgorithmHandle parentHandle) |
void | SetParentHandle (Internal.NativeCrypto.SafeAlgorithmHandle parentHandle) |
IntPtr | DangerousGetHandle () |
void | Close () |
void | Dispose () |
void | SetHandleAsInvalid () |
void | DangerousAddRef (ref bool success) |
void | DangerousRelease () |
Protected Member Functions | |
override bool | ReleaseHandle () |
override bool | ReleaseHandle () |
virtual void | Dispose (bool disposing) |
Protected Attributes | |
IntPtr | handle |
Package Functions | |
void | SetHandle (IntPtr handle) |
Properties | |
override bool | IsInvalid [get] |
bool | OwnsHandle [get] |
bool | IsClosed [get] |
Private Member Functions | |
static uint | BCryptDestroyKey (IntPtr hKey) |
static uint | BCryptDestroyKey (IntPtr hKey) |
void | InternalRelease (bool disposeOrFinalizeOperation) |
Private Attributes | |
SafeAlgorithmHandle | _parentHandle |
Internal.NativeCrypto.SafeAlgorithmHandle | _parentHandle |
volatile int | _state |
readonly bool | _ownsHandle |
volatile bool | _fullyInitialized |
Definition at line 7 of file SafeKeyHandle.cs.