Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.SafeHashHandle Class Referencesealed

Public Member Functions

 SafeHashHandle ()
 
IntPtr DangerousGetHandle ()
 
void Close ()
 
void Dispose ()
 
void SetHandleAsInvalid ()
 
void DangerousAddRef (ref bool success)
 
void DangerousRelease ()
 

Protected Member Functions

override void Dispose (bool disposing)
 
override bool ReleaseHandle ()
 

Protected Attributes

IntPtr handle
 

Package Functions

void SetParent (SafeProvHandle parent)
 
void SetHandle (IntPtr handle)
 

Properties

static SafeHashHandle InvalidHandle [get]
 
override bool IsInvalid [get]
 
bool OwnsHandle [get]
 
bool IsClosed [get]
 

Private Member Functions

void InternalRelease (bool disposeOrFinalizeOperation)
 

Private Attributes

SafeProvHandle _parent
 
volatile int _state
 
readonly bool _ownsHandle
 
volatile bool _fullyInitialized
 

Detailed Description

Definition at line 5 of file SafeHashHandle.cs.


The documentation for this class was generated from the following file: