Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Security.Authentication.ExchangeAlgorithmType
Assembly: System.Net.Primitives
Specifies the algorithm used to create keys shared by the client and server.
Values
None
No key exchange algorithm is used.
RsaSign
The RSA public-key signature algorithm.
RsaKeyX
The RSA public-key exchange algorithm.
DiffieHellman
The Diffie Hellman ephemeral key exchange algorithm.