SSLParameters.UseCipherSuitesOrder Property
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 whether the local cipher suites preference should be honored. -or- Sets whether the local cipher suites preference should be honored.
public bool UseCipherSuitesOrder { [Android.Runtime.Register("getUseCipherSuitesOrder", "()Z", "", ApiSince=24)] get; [Android.Runtime.Register("setUseCipherSuitesOrder", "(Z)V", "", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getUseCipherSuitesOrder", "()Z", "", ApiSince=24)>]
[<set: Android.Runtime.Register("setUseCipherSuitesOrder", "(Z)V", "", ApiSince=24)>]
member this.UseCipherSuitesOrder : bool with get, set
Property Value
whether local cipher suites order in #getCipherSuites
should be honored during SSL/TLS handshaking.
- Attributes
Remarks
Property getter documentation:
Returns whether the local cipher suites preference should be honored.
Added in 1.8.
Java documentation for javax.net.ssl.SSLParameters.getUseCipherSuitesOrder()
.
Property setter documentation:
Sets whether the local cipher suites preference should be honored.
Added in 1.8.
Java documentation for javax.net.ssl.SSLParameters.setUseCipherSuitesOrder(boolean)
.
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.