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 | |
Claim (string type, string value, string valueType, string issuer, string originalIssuer, ClaimsIdentity subject) | |
virtual Claim | Clone (ClaimsIdentity identity) |
override string | ToString () |
Protected Member Functions | |
Claim (Claim other, ClaimsIdentity subject) | |
Package Functions | |
Claim (string type, string value, string valueType, string issuer, string originalIssuer, ClaimsIdentity subject, string propertyKey, string propertyValue) | |
Properties | |
global::System.Collections.Generic.IDictionary< string, string > | Properties [get, set] |
ClaimsIdentity | Subject [get, set] |
string | Type [get, set] |
string | Value [get, set] |
Private Member Functions | |
void | OnDeserializedMethod (global::System.Runtime.Serialization.StreamingContext context) |
Private Attributes | |
string | m_issuer |
string | m_originalIssuer |
string | m_type |
string | m_value |
string | m_valueType |
byte[] | m_userSerializationData |
global::System.Collections.Generic.Dictionary< string, string > | m_properties |
object | m_propertyLock |
ClaimsIdentity | m_subject |