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 | |
HashAlgorithmName (string name) | |
override string | ToString () |
override bool | Equals (object obj) |
bool | Equals (HashAlgorithmName other) |
override int | GetHashCode () |
bool | Equals (T other) |
Static Public Member Functions | |
static bool | operator== (HashAlgorithmName left, HashAlgorithmName right) |
static bool | operator!= (HashAlgorithmName left, HashAlgorithmName right) |
Properties | |
static HashAlgorithmName | MD5 [get] |
static HashAlgorithmName | SHA1 [get] |
static HashAlgorithmName | SHA256 [get] |
static HashAlgorithmName | SHA384 [get] |
static HashAlgorithmName | SHA512 [get] |
string | Name [get] |
Private Attributes | |
readonly string | _name |
Definition at line 7 of file HashAlgorithmName.cs.