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

Public Member Functions

 SafeKeyHandle ()
 
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

int KeySpec [set]
 
bool PublicOnly [get, set]
 
static SafeKeyHandle InvalidHandle [get]
 
override bool IsInvalid [get]
 
bool OwnsHandle [get]
 
bool IsClosed [get]
 

Private Member Functions

void InternalRelease (bool disposeOrFinalizeOperation)
 

Private Attributes

int _keySpec
 
bool _fPublicOnly
 
SafeProvHandle _parent
 
volatile int _state
 
readonly bool _ownsHandle
 
volatile bool _fullyInitialized
 

Detailed Description

Definition at line 5 of file SafeKeyHandle.cs.


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