SslProtocols Enumeration
Defines the possible versions of Secure Sockets Layer (SSL).
Namespace: Microsoft.SPOT.Net.Security
Assembly: Microsoft.SPOT.Net.Security (in microsoft.spot.net.security.dll)
Syntax
[FlagsAttribute]
public enum SslProtocols
Members
Member name | 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 protocol is specified. | |
SSLv2 | Specifies the SSL 2.0 protocol. SSL 2.0 has been superseded by the TLS protocol and is provided for backward compatibility only. | |
SSLv3 | Specifies the SSL 3.0 protocol. SSL 3.0 has been superseded by the TLS protocol and is provided for backward compatibility only. | |
TLSv1 | Specifies the TLS 1.0 security protocol. The TLS protocol is defined in IETF RFC 2246. |
Version Information
Available in the .NET Micro Framework versions 3.0, 4.0, 4.1 and 4.2.