Definition at line 12 of file Md5Hash.cs.
◆ StringHashOptions
Enumerator |
---|
BytePerfect | |
IgnoreCase | |
IgnoreWhitespace | |
Definition at line 123 of file Md5Hash.cs.
◆ BytesAsHash()
static Md5Hash Barotrauma.Md5Hash.BytesAsHash |
( |
byte[] |
bytes | ) |
|
|
static |
◆ CalculateForBytes()
static Md5Hash Barotrauma.Md5Hash.CalculateForBytes |
( |
byte[] |
bytes | ) |
|
|
static |
◆ CalculateForFile()
◆ CalculateForString()
◆ Equals()
override bool Barotrauma.Md5Hash.Equals |
( |
object? |
obj | ) |
|
◆ GetHashCode()
override int Barotrauma.Md5Hash.GetHashCode |
( |
| ) |
|
◆ GetShortHash()
static string Barotrauma.Md5Hash.GetShortHash |
( |
string |
fullHash | ) |
|
|
static |
◆ MergeHashes()
static Md5Hash Barotrauma.Md5Hash.MergeHashes |
( |
IEnumerable< Md5Hash > |
hashes | ) |
|
|
static |
◆ operator!=()
◆ operator==()
◆ StringAsHash()
static Md5Hash Barotrauma.Md5Hash.StringAsHash |
( |
string |
hash | ) |
|
|
static |
◆ ToString()
override string Barotrauma.Md5Hash.ToString |
( |
| ) |
|
◆ Blank
readonly Md5Hash Barotrauma.Md5Hash.Blank = new Md5Hash(new string('0', 32)) |
|
static |
◆ ByteRepresentation
readonly byte [] Barotrauma.Md5Hash.ByteRepresentation |
◆ ShortRepresentation
readonly string Barotrauma.Md5Hash.ShortRepresentation |
◆ StringRepresentation
readonly string Barotrauma.Md5Hash.StringRepresentation |