terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.Security.SafeDeleteNegoContext Class Referencesealed
+ Inheritance diagram for System.Net.Security.SafeDeleteNegoContext:

Public Member Functions

 SafeDeleteNegoContext (SafeFreeNegoCredentials credential, string targetName)
 
void SetGssContext (Microsoft.Win32.SafeHandles.SafeGssContextHandle context)
 
void SetAuthenticationPackage (bool isNtlmUsed)
 
IntPtr DangerousGetHandle ()
 
void Close ()
 
void Dispose ()
 
void SetHandleAsInvalid ()
 
void DangerousAddRef (bool success)
 
void DangerousRelease ()
 

Protected Member Functions

override void Dispose (bool disposing)
 
override bool ReleaseHandle ()
 
override void Finalize ()
 
void SetHandle (IntPtr handle)
 

Protected Attributes

IntPtr handle
 

Properties

Microsoft.Win32.SafeHandles.SafeGssNameHandle TargetName [get]
 
bool IsNtlmUsed [get]
 
Microsoft.Win32.SafeHandles.SafeGssContextHandle GssContext [get]
 
override bool IsInvalid [get]
 
bool IsClosed [get]
 

Private Member Functions

void InternalDispose ()
 
void InternalFinalize ()
 
void DangerousReleaseInternal (bool dispose)
 

Private Attributes

Microsoft.Win32.SafeHandles.SafeGssNameHandle _targetName
 
Microsoft.Win32.SafeHandles.SafeGssContextHandle _context
 
bool _isNtlmUsed
 
SafeFreeCredentials _credential
 
int _state
 
bool _ownsHandle
 
bool _fullyInitialized
 

Static Private Attributes

const int RefCount_Mask = 2147483644
 
const int RefCount_One = 4
 

Detailed Description

Definition at line 7 of file SafeDeleteNegoContext.cs.


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