PowerTCP Telnet for .NET CF
SslProtocols Enumeration
See Also  Send comments on this topic.
Dart.Common Namespace : SslProtocols Enumeration




Defines the possible values of SslProtocols.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum SslProtocols 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
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 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Common.SslProtocols

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.