Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyHashAlgorithm.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
public
enum
AssemblyHashAlgorithm
4
{
5
None
= 0,
6
MD5
= 32771,
7
Sha1
= 32772,
8
Sha256
= 32780,
9
Sha384
= 32781,
10
Sha512
= 32782
11
}
System.Reflection.AssemblyHashAlgorithm
AssemblyHashAlgorithm
Definition
AssemblyHashAlgorithm.cs:4
System.Reflection.AssemblyHashAlgorithm.Sha256
@ Sha256
System.Reflection.AssemblyHashAlgorithm.Sha384
@ Sha384
System.Reflection.AssemblyHashAlgorithm.MD5
@ MD5
System.Reflection.AssemblyHashAlgorithm.Sha1
@ Sha1
System.Reflection.AssemblyHashAlgorithm.Sha512
@ Sha512
System.Reflection.AssemblyNameFlags.None
@ None
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Reflection.Metadata
System.Reflection
AssemblyHashAlgorithm.cs
Generated by
1.10.0