WifiEnterpriseConfig.Phase2Method 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.
Get the phase 2 authentication method. -or- Set 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
a phase 2 method defined at Phase2
- Attributes
Exceptions
on an invalid phase2 method
Remarks
Property getter documentation:
Get the phase 2 authentication method.
Java documentation for android.net.wifi.WifiEnterpriseConfig.getPhase2Method()
.
Property setter documentation:
Set Phase 2 authentication method. Sets the inner authentication method to be used in phase 2 after setting up a secure channel
Java documentation for android.net.wifi.WifiEnterpriseConfig.setPhase2Method(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.