다음을 통해 공유


WifiEnterpriseConfig.IsEapMethodServerCertUsed Property

Definition

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.

Applies to