Skip to main content

SslProtocols Enum

NuGet: GHIElectronics.TinyCLR.Networking
Assembly: GHIElectronics.TinyCLR.Networking
Namespace: System.Security.Authentication

Defines the SSL and TLS protocol versions that can be used.

public enum SslProtocols

Fields

NameValueDescription
None0No protocol is specified.
Ssl2SchProtocols.Ssl2The SSL 2.0 protocol.
Ssl3SchProtocols.Ssl3The SSL 3.0 protocol.
TlsSchProtocols.Tls10The TLS 1.0 protocol.
Tls11SchProtocols.Tls11The TLS 1.1 protocol.
Tls12SchProtocols.Tls12The TLS 1.2 protocol.
DefaultSsl3 | TlsAllows the operating system to choose between SSL 3.0 and TLS 1.0.