Language

AndroidMessageHandler.SslProtocols Property

Definition

Gets or sets the TLS/SSL protocols used by the handler. The default value is Tls13 | Tls12 on Android API 29+, or Tls12 on earlier versions.

public System.Security.Authentication.SslProtocols SslProtocols { get; set; }
member this.SslProtocols : System.Security.Authentication.SslProtocols with get, set

Property Value

Remarks

See the Android SSLSocket documentation for details on supported protocols by API level.

Applies to