Skip to main content

ExchangeAlgorithmType Enum

NuGet: GHIElectronics.TinyCLR.Networking
Assembly: GHIElectronics.TinyCLR.Networking
Namespace: System.Security.Authentication

Specifies the algorithm used to create keys shared by the client and server.

public enum ExchangeAlgorithmType

Fields

NameValueDescription
None0No key exchange algorithm is used.
RsaSign(Alg.ClassSignture | Alg.TypeRSA | Alg.Any)The RSA public-key signature algorithm.
RsaKeyX(Alg.ClassKeyXch | Alg.TypeRSA | Alg.Any)The RSA public-key exchange algorithm.
DiffieHellman(Alg.ClassKeyXch | Alg.TypeDH | Alg.NameDH_Ephem)The Diffie-Hellman ephemeral key exchange algorithm.