HttpsURLConnection.CipherSuite Property

Definition

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

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

Property Value

Attributes

Exceptions

if no connection has been established yet.

Remarks

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