Mentalis.org Security Library documentation

SslAlgorithms Enumeration

Specifies the different cipher suites and compression algorithms.

[Visual Basic]
Public Enum SslAlgorithms
[C#]
public enum SslAlgorithms

Members

Member NameDescription
NONENo encryption of compression.
RSA_RC4_40_MD5RC4 encryption with a 40 bit key and an MD5 hash.
RSA_RC4_128_MD5RC4 encryption with a 128 bit key and an MD5 hash.
RSA_RC4_128_SHARC4 encryption with a 128 bit key and a SHA1 hash.
RSA_RC2_40_MD5RC2 encryption with a 40 bit key and an MD5 hash.
RSA_DES_56_SHADES encryption with a 56 bit key and a SHA1 hash.
RSA_3DES_168_SHATriple DES encryption with a 168 bit key and a SHA1 hash.
RSA_DES_40_SHADES encryption with a 40 bit key and a SHA1 hash.
RSA_AES_128_SHAAES encryption with a 128 bit key and a SHA1 hash.
RSA_AES_256_SHAAES encryption with a 256 bit key and a SHA1 hash.
SECURE_CIPHERSCipher Suites that are currently considered secure. As a convenience, this value also specifies NULL compression.
NULL_COMPRESSIONNo compression. This value must always be specified; it is currently the only supported compression algorithm.
ALLAll encryption and compression algorithms.

Requirements

Namespace: Org.Mentalis.Security.Ssl Namespace

Assembly: Org.Mentalis.Security.dll

See Also

Org.Mentalis.Security.Ssl Namespace