SslProtocols Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines the possible versions of Secure Sockets Layer (SSL).

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SPOT.Net.Security
Assembly:  Microsoft.SPOT.Net.Security (in Microsoft.SPOT.Net.Security.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SslProtocols
[FlagsAttribute]
public enum SslProtocols
[FlagsAttribute]
public enum class SslProtocols
[<FlagsAttribute>]
type SslProtocols
public enum SslProtocols

Members

Member name Description
None No SSL protocol is specified.
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.
Default Specifies that either Secure Sockets Layer (SSL) 3.0 or Transport Layer Security (TLS) 1.0 are acceptable for secure communications.

See Also

Reference

Microsoft.SPOT.Net.Security Namespace