Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CipherAlgorithmType.cs
Go to the documentation of this file.
1
namespace
System.Security.Authentication
;
2
3
public
enum
CipherAlgorithmType
4
{
5
None
= 0,
6
Rc2
= 26114,
7
Rc4
= 26625,
8
Des
= 26113,
9
TripleDes
= 26115,
10
Aes
= 26129,
11
Aes128
= 26126,
12
Aes192
= 26127,
13
Aes256
= 26128,
14
Null
= 24576
15
}
System.Security.Authentication.CipherAlgorithmType
CipherAlgorithmType
Definition
CipherAlgorithmType.cs:4
System.Security.Authentication.CipherAlgorithmType.TripleDes
@ TripleDes
System.Security.Authentication.CipherAlgorithmType.Aes
@ Aes
System.Security.Authentication.CipherAlgorithmType.Aes128
@ Aes128
System.Security.Authentication.CipherAlgorithmType.None
@ None
System.Security.Authentication.CipherAlgorithmType.Aes192
@ Aes192
System.Security.Authentication.CipherAlgorithmType.Aes256
@ Aes256
System.Security.Authentication.CipherAlgorithmType.Rc4
@ Rc4
System.Security.Authentication.CipherAlgorithmType.Rc2
@ Rc2
System.Security.Authentication.CipherAlgorithmType.Null
@ Null
System.Security.Authentication.CipherAlgorithmType.Des
@ Des
System.Security.Authentication
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
source
System.Net.Primitives
System.Security.Authentication
CipherAlgorithmType.cs
Generated by
1.10.0