System::Security::Authentication Namespace Reference

Enumerations

enum  SslProtocols {
  SslProtocols::None = 0, SslProtocols::Ssl2 = 12, SslProtocols::Ssl3 = 48, SslProtocols::Tls = 192,
  SslProtocols::Default = 240
}
 
enum  CipherAlgorithmType {
  CipherAlgorithmType::None = 0, CipherAlgorithmType::Null = 24576, CipherAlgorithmType::Des = 26113, CipherAlgorithmType::Rc2 = 26114,
  CipherAlgorithmType::TripleDes = 26115, CipherAlgorithmType::Aes128 = 26126, CipherAlgorithmType::Aes192 = 26127, CipherAlgorithmType::Aes256 = 26128,
  CipherAlgorithmType::Aes = 26129, CipherAlgorithmType::Rc4 = 26625
}
 
enum  HashAlgorithmType { HashAlgorithmType::None = 0, HashAlgorithmType::Md5 = 32771, HashAlgorithmType::Sha1 = 32772 }
 

Functions

 DECLARE_ENUM_OPERATORS (System::Security::Authentication::SslProtocols)
 

Enumeration Type Documentation

◆ CipherAlgorithmType

Enumerator
None 
Null 
Des 
Rc2 
TripleDes 
Aes128 
Aes192 
Aes256 
Aes 
Rc4 

◆ HashAlgorithmType

Enumerator
None 
Md5 
Sha1 

◆ SslProtocols

Enumerator
None 
Ssl2 
Ssl3 
Tls 
Default 

Function Documentation

◆ DECLARE_ENUM_OPERATORS()

System::Security::Authentication::DECLARE_ENUM_OPERATORS ( System::Security::Authentication::SslProtocols  )