Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AssemblyHashAlgorithm
enum
System.Reflection.AssemblyHashAlgorithm
Enumerator
None
MD5
Sha1
Sha256
Sha384
Sha512
Definition at line
3
of file
AssemblyHashAlgorithm.cs
.
4
{
5
None = 0,
6
MD5 = 32771,
7
Sha1 = 32772,
8
Sha256 = 32780,
9
Sha384 = 32781,
10
Sha512 = 32782
11
}
System
Reflection
Generated by
1.10.0