PasnConfig.Builder(Int32, Int32) Constructor
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.
Builder
[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=36)]
public Builder(int baseAkms, int ciphers);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=36)>]
new Android.Net.Wifi.Rtt.PasnConfig.Builder : int * int -> Android.Net.Wifi.Rtt.PasnConfig.Builder
Parameters
- baseAkms
- Int32
The AKMs that PASN is configured to use. PASN will use the most secure AKM in the configuration.
- ciphers
- Int32
The CIPHERs that PASN is configured to use. PASN will use the most secure CIPHER in the configuration which is applicable to the base AKM
- Attributes
Remarks
Builder
Java documentation for android.net.wifi.rtt.PasnConfig.Builder.PasnConfig$Builder(.*int, .*int)
.
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.