Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Win32.SafeHandles.SafePasswordHandle Class Referencesealed

Public Member Functions

 SafePasswordHandle (string password)
 
unsafe SafePasswordHandle (ReadOnlySpan< char > password)
 
 SafePasswordHandle (SecureString password)
 
IntPtr DangerousGetHandle ()
 
void Close ()
 
void Dispose ()
 
void SetHandleAsInvalid ()
 
void DangerousAddRef (ref bool success)
 
void DangerousRelease ()
 

Protected Member Functions

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

Protected Attributes

IntPtr handle
 

Package Functions

void SetHandle (IntPtr handle)
 

Properties

int Length [set]
 
static SafePasswordHandle InvalidHandle [get]
 
override bool IsInvalid [get]
 
bool OwnsHandle [get]
 
bool IsClosed [get]
 

Private Member Functions

void InternalRelease (bool disposeOrFinalizeOperation)
 

Private Attributes

int _003CLength_003Ek__BackingField
 
volatile int _state
 
readonly bool _ownsHandle
 
volatile bool _fullyInitialized
 

Detailed Description

Definition at line 8 of file SafePasswordHandle.cs.


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