|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Net.Security.SafeDeleteNegoContext:
Collaboration diagram for System.Net.Security.SafeDeleteNegoContext:Public Member Functions | |
| SafeDeleteNegoContext (SafeFreeNegoCredentials credential, string targetName) | |
| void | SetGssContext (SafeGssContextHandle context) |
| void | SetAuthenticationPackage (bool isNtlmUsed) |
| global::System.IntPtr | DangerousGetHandle () |
| void | Close () |
| void | Dispose () |
| void | SetHandleAsInvalid () |
| unsafe void | DangerousAddRef (ref bool success) |
| void | DangerousRelease () |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| override bool | ReleaseHandle () |
| override void | Finalize () |
| void | SetHandle (global::System.IntPtr handle) |
Protected Attributes | |
| global::System.IntPtr | handle |
Properties | |
| SafeGssNameHandle | TargetName [get, set] |
| bool | IsNtlmUsed [get, set] |
| SafeGssContextHandle | GssContext [get, set] |
| override bool | IsInvalid [get, set] |
| bool | IsClosed [get, set] |
Private Member Functions | |
| void | InternalDispose () |
| void | InternalFinalize () |
| void | DangerousReleaseInternal (bool dispose) |
Private Attributes | |
| SafeGssNameHandle | _targetName |
| 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 |
Definition at line 10 of file SafeDeleteNegoContext.cs.