SSLParameters.GetCipherSuites Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a copy of the array of ciphersuites or null if none have been set.
[Android.Runtime.Register("getCipherSuites", "()[Ljava/lang/String;", "GetGetCipherSuitesHandler")]
public virtual string[]? GetCipherSuites ();
[<Android.Runtime.Register("getCipherSuites", "()[Ljava/lang/String;", "GetGetCipherSuitesHandler")>]
abstract member GetCipherSuites : unit -> string[]
override this.GetCipherSuites : unit -> string[]
Returns
a copy of the array of ciphersuites or null if none have been set.
- Attributes
Remarks
Returns a copy of the array of ciphersuites or null if none have been set.
Java documentation for javax.net.ssl.SSLParameters.getCipherSuites()
.
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.