SSLParameters.SetCipherSuites(String[]) 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.
Sets the array of ciphersuites.
[Android.Runtime.Register("setCipherSuites", "([Ljava/lang/String;)V", "GetSetCipherSuites_arrayLjava_lang_String_Handler")]
public virtual void SetCipherSuites (string[]? cipherSuites);
[<Android.Runtime.Register("setCipherSuites", "([Ljava/lang/String;)V", "GetSetCipherSuites_arrayLjava_lang_String_Handler")>]
abstract member SetCipherSuites : string[] -> unit
override this.SetCipherSuites : string[] -> unit
Parameters
- cipherSuites
- String[]
the array of ciphersuites (or null)
- Attributes
Remarks
Sets the array of ciphersuites.
Java documentation for javax.net.ssl.SSLParameters.setCipherSuites(java.lang.String[])
.
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.