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
Loading...
Searching...
No Matches
System.Security.Claims.ClaimsPrincipal Class Reference
+ Inheritance diagram for System.Security.Claims.ClaimsPrincipal:
+ Collaboration diagram for System.Security.Claims.ClaimsPrincipal:

Public Member Functions

 ClaimsPrincipal ()
 

Protected Member Functions

 ClaimsPrincipal (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
 

Properties

static global::System.Func< ClaimsPrincipalClaimsPrincipalSelector [get, set]
 

Private Member Functions

void OnSerializingMethod (global::System.Runtime.Serialization.StreamingContext context)
 
void OnDeserializedMethod (global::System.Runtime.Serialization.StreamingContext context)
 
void Deserialize (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
 
void DeserializeIdentities (string identities)
 
string SerializeIdentities ()
 

Static Private Member Functions

static ClaimsIdentity SelectPrimaryIdentity (global::System.Collections.Generic.IEnumerable< ClaimsIdentity > identities)
 
static ClaimsPrincipal ()
 

Private Attributes

string m_version
 
string m_serializedClaimsIdentities
 
global::System.Collections.Generic.List< ClaimsIdentitym_identities
 

Static Private Attributes

static global::System.Func< global::System.Collections.Generic.IEnumerable< ClaimsIdentity >, ClaimsIdentitys_identitySelector
 
static global::System.Func< ClaimsPrincipals_principalSelector
 

Detailed Description

Definition at line 18 of file ClaimsPrincipal.cs.


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