Javax.Net.Ssl.SSLContextSpi.EngineGetDefaultSSLParameters Method
Returns a new SSLParameters instance that includes the default SSL handshake parameters values including cipher suites, protocols, and client authentication.

Syntax

[Android.Runtime.Register("engineGetDefaultSSLParameters", "()Ljavax/net/ssl/SSLParameters;", "GetEngineGetDefaultSSLParametersHandler")]
protected virtual SSLParameters EngineGetDefaultSSLParameters ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new SSLParameters instance that includes the default SSL handshake parameters values including cipher suites, protocols, and client authentication.

The default implementation returns an SSLParameters with values based an SSLSocket created from this instances SocketFactory.

[Android Documentation]

Requirements

Namespace: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9