Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum SslProtocols Inherits System.Enum |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SslProtocols |
C# | |
---|---|
[FlagsAttribute()] public enum SslProtocols : System.Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum SslProtocols : public System.Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class SslProtocols : public System.Enum |
Member | Description |
---|---|
Default | Specifies that either Secure Sockets Layer (SSL) 3.0 or Transport Layer Security (TLS) 1.0 are acceptable for secure communications. |
None | No SSL encryption is to be used. |
Ssl2 | Specifies the SSL 2.0 protocol. SSL 2.0 has been superseded by the TLS protocol and is provided for backward compatibility only. |
Ssl3 | Specifies the SSL 3.0 protocol. SSL 3.0 has been superseded by the TLS protocol and is provided for backward compatibility only. |
Tls | Specifies the TLS 1.0 security protocol. The TLS protocol is defined in IETF RFC 2246. |
System.Object
System.ValueType
System.Enum
Dart.Common.SslProtocols
Target Platforms: Microsoft .NET Framework 2.0