SSLContext.SupportedSSLParameters Property

Definition

Returns a copy of the SSLParameters indicating the supported settings for this SSL context.

public Javax.Net.Ssl.SSLParameters? SupportedSSLParameters { [Android.Runtime.Register("getSupportedSSLParameters", "()Ljavax/net/ssl/SSLParameters;", "")] get; }
[<get: Android.Runtime.Register("getSupportedSSLParameters", "()Ljavax/net/ssl/SSLParameters;", "")>]
member this.SupportedSSLParameters : Javax.Net.Ssl.SSLParameters

Property Value

a copy of the SSLParameters object with the supported settings

Attributes

Exceptions

Remarks

Returns a copy of the SSLParameters indicating the supported settings for this SSL context.

The parameters will always have the ciphersuites and protocols arrays set to non-null values.

Added in 1.6.

Java documentation for javax.net.ssl.SSLContext.getSupportedSSLParameters().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to