Javax.Net.Ssl.SSLEngine.GetSupportedProtocols Method
Returns the protocol names that are supported by this engine.

Syntax

[Android.Runtime.Register("getSupportedProtocols", "()[Ljava/lang/String;", "GetGetSupportedProtocolsHandler")]
public abstract string[] GetSupportedProtocols ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the protocol names that are supported by this engine. These protocols can be enables using SSLEngine.SetEnabledProtocols(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