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 | |
SecureString () | |
unsafe | SecureString (char *value, int length) |
SecureString | Copy () |
void | Dispose () |
Package Functions | |
byte[] | GetBuffer () |
Properties | |
int | Length [get] |
Private Member Functions | |
void | Encrypt () |
void | Decrypt () |
void | Alloc (int length, bool realloc) |
Private Attributes | |
int | length |
bool | disposed |
byte[] | data |
Definition at line 7 of file SecureString.cs.