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 | |
KeyPairPersistence (CspParameters parameters) | |
KeyPairPersistence (CspParameters parameters, string keyPair) | |
bool | Load () |
void | Save () |
void | Remove () |
Static Package Functions | |
static unsafe bool | _CanSecure (char *root) |
static unsafe bool | _ProtectUser (char *path) |
static unsafe bool | _ProtectMachine (char *path) |
static unsafe bool | _IsUserProtected (char *path) |
static unsafe bool | _IsMachineProtected (char *path) |
Properties | |
string | Filename [get] |
string | KeyValue [get, set] |
CspParameters | Parameters [get] |
static string | UserPath [get] |
static string | MachinePath [get] |
bool | CanChange [get] |
bool | UseDefaultKeyContainer [get] |
bool | UseMachineKeyStore [get] |
string | ContainerName [get] |
Private Member Functions | |
CspParameters | Copy (CspParameters p) |
void | FromXml (string xml) |
string | ToXml () |
Static Private Member Functions | |
static bool | CanSecure (string path) |
static bool | ProtectUser (string path) |
static bool | ProtectMachine (string path) |
static bool | IsUserProtected (string path) |
static bool | IsMachineProtected (string path) |
static | KeyPairPersistence () |
Private Attributes | |
CspParameters | _params |
string | _keyvalue |
string | _filename |
string | _container |
Static Private Attributes | |
static bool | _userPathExists |
static string | _userPath |
static bool | _machinePathExists |
static string | _machinePath |
static object | lockobj |
Definition at line 14 of file KeyPairPersistence.cs.