|
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
|
Collaboration diagram for Mono.Security.Cryptography.KeyPairPersistence:Public Member Functions | |
| KeyPairPersistence (global::System.Security.Cryptography.CspParameters parameters) | |
| KeyPairPersistence (global::System.Security.Cryptography.CspParameters parameters, string keyPair) | |
| bool | Load () |
| void | Save () |
| void | Remove () |
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, set] |
| string | KeyValue [get, set] |
| global::System.Security.Cryptography.CspParameters | Parameters [get, set] |
| static string | UserPath [get, set] |
| static string | MachinePath [get, set] |
| bool | CanChange [get, set] |
| bool | UseDefaultKeyContainer [get, set] |
| bool | UseMachineKeyStore [get, set] |
| string | ContainerName [get, set] |
Private Member Functions | |
| global::System.Security.Cryptography.CspParameters | Copy (global::System.Security.Cryptography.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 | |
| global::System.Security.Cryptography.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 16 of file KeyPairPersistence.cs.