次の方法で共有


SSLCertificateSocketFactory.GetSupportedCipherSuites Method

Definition

Caution

deprecated

Returns the names of the cipher suites that are supported and could be enabled for an SSL connection.

[Android.Runtime.Register("getSupportedCipherSuites", "()[Ljava/lang/String;", "GetGetSupportedCipherSuitesHandler")]
[System.Obsolete("deprecated")]
public override string[]? GetSupportedCipherSuites ();
[<Android.Runtime.Register("getSupportedCipherSuites", "()[Ljava/lang/String;", "GetGetSupportedCipherSuitesHandler")>]
[<System.Obsolete("deprecated")>]
override this.GetSupportedCipherSuites : 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