Javax.Net.Ssl.HttpsURLConnection.CipherSuite Property
Returns the name of the cipher suite negotiated during the SSL handshake.

Syntax

[get: Android.Runtime.Register("getCipherSuite", "()Ljava/lang/String;", "GetGetCipherSuiteHandler")]
public abstract string CipherSuite { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif no connection has been established yet.

Remarks

Returns the name of the cipher suite negotiated during the SSL handshake.

[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