WifiEnterpriseConfig.IsEapMethodServerCertUsed 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.
Determines whether an Enterprise configuration's EAP method requires a Root CA certification to validate the authentication server i.
public virtual bool IsEapMethodServerCertUsed { [Android.Runtime.Register("isEapMethodServerCertUsed", "()Z", "GetIsEapMethodServerCertUsedHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isEapMethodServerCertUsed", "()Z", "GetIsEapMethodServerCertUsedHandler", ApiSince=31)>]
member this.IsEapMethodServerCertUsed : bool
Property Value
True if configuration requires a CA certification, false otherwise.
- Attributes
Remarks
Determines whether an Enterprise configuration's EAP method requires a Root CA certification to validate the authentication server i.e. PEAP, TLS, UNAUTH_TLS, or TTLS.
Java documentation for android.net.wifi.WifiEnterpriseConfig.isEapMethodServerCertUsed()
.
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.