Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
HashAlgorithmType.cs
Go to the documentation of this file.
1
namespace
System.Security.Authentication
;
2
3
public
enum
HashAlgorithmType
4
{
5
None
= 0,
6
Md5
= 32771,
7
Sha1
= 32772,
8
Sha256
= 32780,
9
Sha384
= 32781,
10
Sha512
= 32782
11
}
System.Security.Authentication.CipherAlgorithmType.None
@ None
System.Security.Authentication.HashAlgorithmType
HashAlgorithmType
Definition
HashAlgorithmType.cs:4
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
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
source
System.Net.Primitives
System.Security.Authentication
HashAlgorithmType.cs
Generated by
1.10.0