Share via


WifiEnterpriseConfig.Phase2Method Property

Definition

Get the phase 2 authentication method.

public virtual Android.Net.Wifi.WifiPhase2Method Phase2Method { [Android.Runtime.Register("getPhase2Method", "()I", "GetGetPhase2MethodHandler")] get; [Android.Runtime.Register("setPhase2Method", "(I)V", "GetSetPhase2Method_IHandler")] set; }
[<get: Android.Runtime.Register("getPhase2Method", "()I", "GetGetPhase2MethodHandler")>]
[<set: Android.Runtime.Register("setPhase2Method", "(I)V", "GetSetPhase2Method_IHandler")>]
member this.Phase2Method : Android.Net.Wifi.WifiPhase2Method with get, set

Property Value

Attributes

Exceptions

on an invalid phase2 method

Remarks

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.

Applies to