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