Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ExchangeAlgorithmType
enum
System.Security.Authentication.ExchangeAlgorithmType
Enumerator
None
RsaSign
RsaKeyX
DiffieHellman
Definition at line
3
of file
ExchangeAlgorithmType.cs
.
4
{
5
None = 0,
6
RsaSign
= 9216,
7
RsaKeyX
= 41984,
8
DiffieHellman
= 43522
9
}
System.Security.Authentication.ExchangeAlgorithmType.RsaSign
@ RsaSign
System.Security.Authentication.ExchangeAlgorithmType.RsaKeyX
@ RsaKeyX
System.Security.Authentication.ExchangeAlgorithmType.DiffieHellman
@ DiffieHellman
System
Security
Authentication
Generated by
1.10.0