Characteristics.SupportedCipherSuites Property
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 the set of cipher suites supported by the device for use in Wi-Fi Aware data-paths.
public int SupportedCipherSuites { [Android.Runtime.Register("getSupportedCipherSuites", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getSupportedCipherSuites", "()I", "", ApiSince=30)>]
member this.SupportedCipherSuites : int
A set of flags from #WIFI_AWARE_CIPHER_SUITE_NCS_SK_128
,
#WIFI_AWARE_CIPHER_SUITE_NCS_SK_256
, #WIFI_AWARE_CIPHER_SUITE_NCS_PK_128
,
or #WIFI_AWARE_CIPHER_SUITE_NCS_PK_256
- Attributes
Returns the set of cipher suites supported by the device for use in Wi-Fi Aware data-paths. The device automatically picks the strongest cipher suite when initiating a data-path setup.
Java documentation for android.net.wifi.aware.Characteristics.getSupportedCipherSuites()
.
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.