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) | |
|
strong |
System::Security::Authentication::DECLARE_ENUM_OPERATORS | ( | System::Security::Authentication::SslProtocols | ) |