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
|
Classes | |
class | Names |
Public Member Functions | |
void | Clear () |
X509Store | Open (string storeName, bool create) |
Package Functions | |
X509Stores (string path, bool newFormat) | |
Properties | |
X509Store | Personal [get, set] |
X509Store | OtherPeople [get, set] |
X509Store | IntermediateCA [get, set] |
X509Store | TrustedRoot [get, set] |
X509Store | Untrusted [get, set] |
Private Attributes | |
string | _storePath |
bool | _newFormat |
X509Store | _personal |
X509Store | _other |
X509Store | _intermediate |
X509Store | _trusted |
X509Store | _untrusted |
Definition at line 11 of file X509Stores.cs.