Javax.Net.Ssl.SSLEngine.GetSupportedCipherSuites Method
Returns the SSL cipher suite names that are supported by this engine.

Syntax

[Android.Runtime.Register("getSupportedCipherSuites", "()[Ljava/lang/String;", "GetGetSupportedCipherSuitesHandler")]
public abstract string[] GetSupportedCipherSuites ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the SSL cipher suite names that are supported by this engine. These cipher suites can be enabled using SSLEngine.SetEnabledCipherSuites(String[]).

[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 1