Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
HashAlgorithmName (string? name) | |
override string | ToString () |
override bool | Equals ([NotNullWhen(true)] 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) |
static bool | TryFromOid (string oidValue, out HashAlgorithmName value) |
static HashAlgorithmName | FromOid (string oidValue) |
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 5 of file HashAlgorithmName.cs.