SSLCertificateSocketFactory.GetDefaultCipherSuites Method

Definition

Caution

deprecated

Returns the names of the cipher suites that are enabled by default.

[Android.Runtime.Register("getDefaultCipherSuites", "()[Ljava/lang/String;", "GetGetDefaultCipherSuitesHandler")]
[System.Obsolete("deprecated")]
public override string[]? GetDefaultCipherSuites ();
[<Android.Runtime.Register("getDefaultCipherSuites", "()[Ljava/lang/String;", "GetGetDefaultCipherSuitesHandler")>]
[<System.Obsolete("deprecated")>]
override this.GetDefaultCipherSuites : unit -> string[]

Returns

String[]
Attributes

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