Mono.Security.Protocol.Tls.CipherAlgorithmType Enumeration
SSL/TLS data encryption choices.

Syntax

public enum CipherAlgorithmType

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Des System.Security.Cryptography.DES encryption as defined in NIST FIPS 46-3.
NoneNo encryption. Not currently supported by Mono.
Rc2 System.Security.Cryptography.RC2(r) encryption as defined in IETF RFC2268.
Rc4 Mono.Security.Cryptography.RC4(r) stream encryption.
Rijndael System.Security.Cryptography.Rijndael, a.k.a. AES, encryption as defined by NIST FIPS 197.
SkipJackSkipjack encryption as defined in NIST FIPS 185. Not currently supported in Mono.
TripleDes System.Security.Cryptography.TripleDES encryption as defined by NIST FIPS 46-3.

Requirements

Namespace: Mono.Security.Protocol.Tls
Assembly: Mono.Security (in Mono.Security.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0