Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ExchangeAlgorithmType.cs
Go to the documentation of this file.
1
namespace
System.Security.Authentication
;
2
3
public
enum
ExchangeAlgorithmType
4
{
5
None
= 0,
6
RsaSign
= 9216,
7
RsaKeyX
= 41984,
8
DiffieHellman
= 43522
9
}
System.Security.Authentication.ExchangeAlgorithmType
ExchangeAlgorithmType
Definition
ExchangeAlgorithmType.cs:4
System.Security.Authentication.ExchangeAlgorithmType.RsaSign
@ RsaSign
System.Security.Authentication.ExchangeAlgorithmType.RsaKeyX
@ RsaKeyX
System.Security.Authentication.ExchangeAlgorithmType.DiffieHellman
@ DiffieHellman
System.Security.Authentication.CipherAlgorithmType.None
@ None
System.Security.Authentication
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
source
System.Net.Primitives
System.Security.Authentication
ExchangeAlgorithmType.cs
Generated by
1.10.0