terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 | |
IDictionary< string, string > | Properties [get] |
ClaimsIdentity | Subject [get, set] |
string | Type [get] |
string | Value [get] |
Private Member Functions | |
void | OnDeserializedMethod (StreamingContext context) |
Private Attributes | |
string | m_issuer |
string | m_originalIssuer |
string | m_type |
string | m_value |
string | m_valueType |
byte[] | m_userSerializationData |
Dictionary< string, string > | m_properties |
object | m_propertyLock |
ClaimsIdentity | m_subject |