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

Public Member Functions

 SafeProvHandle ()
 
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 SetHandle (IntPtr handle)
 

Properties

string ContainerName [set]
 
string ProviderName [set]
 
int Types [set]
 
uint Flags [set]
 
bool PersistKeyInCsp [get, set]
 
static SafeProvHandle InvalidHandle [get]
 
override bool IsInvalid [get]
 
bool OwnsHandle [get]
 
bool IsClosed [get]
 

Private Member Functions

void InternalRelease (bool disposeOrFinalizeOperation)
 

Private Attributes

string _containerName
 
string _providerName
 
int _type
 
uint _flags
 
bool _fPersistKeyInCsp
 
volatile int _state
 
readonly bool _ownsHandle
 
volatile bool _fullyInitialized
 

Detailed Description

Definition at line 5 of file SafeProvHandle.cs.


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