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.CipherAlgorithmType
Assembly: System.Net.Primitives
Defines the possible cipher algorithms for the <see cref="T:System.Net.Security.SslStream" /> class.
Values
None
No encryption algorithm is used.
Null
No encryption is used with a Null cipher algorithm.
Des
The Data Encryption Standard (DES) algorithm.
Rc2
Rivest's Code 2 (RC2) algorithm.
TripleDes
The Triple Data Encryption Standard (3DES) algorithm.
Aes128
The Advanced Encryption Standard (AES) algorithm with a 128 bit key.
Aes192
The Advanced Encryption Standard (AES) algorithm with a 192 bit key.
Aes256
The Advanced Encryption Standard (AES) algorithm with a 256 bit key.
Aes
The Advanced Encryption Standard (AES) algorithm.
Rc4
Rivest's Code 4 (RC4) algorithm.