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
|
Public Member Functions | |
WindowsIdentity (global::System.IntPtr userToken, string type, WindowsAccountType acctType, bool isAuthenticated) | |
WindowsIdentity (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | |
void | Dispose () |
virtual WindowsImpersonationContext | Impersonate () |
Static Public Member Functions | |
static WindowsIdentity | GetCurrent () |
Package Functions | |
WindowsIdentity (global::System.Security.Claims.ClaimsIdentity claimsIdentity, global::System.IntPtr userToken) | |
global::System.Security.Claims.ClaimsIdentity | CloneAsBase () |
global::System.IntPtr | GetTokenInternal () |
static global::System.IntPtr | GetCurrentToken () |
Properties | |
override string | AuthenticationType [get, set] |
override string | Name [get, set] |
Private Member Functions | |
void System.Runtime.Serialization.IDeserializationCallback. | OnDeserialization (object sender) |
void System.Runtime.Serialization.ISerializable. | GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) |
void | SetToken (global::System.IntPtr token) |
static string | GetTokenName (global::System.IntPtr token) |
Static Private Member Functions | |
static | WindowsIdentity () |
Private Attributes | |
global::System.IntPtr | _token |
string | _type |
WindowsAccountType | _account |
bool | _authenticated |
string | _name |
global::System.Runtime.Serialization.SerializationInfo | _info |
Static Private Attributes | |
static global::System.IntPtr | invalidWindows |
Definition at line 15 of file WindowsIdentity.cs.