Sprache

EapSessionConfig.EapMethodConfig.EapTypeMschapV2 Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Net.Eap.EapType enum directly instead of this field.

EAP-Type Wert für die EAP-MS-CHAPv2-Methode.

[Android.Runtime.Register("EAP_TYPE_MSCHAP_V2", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Eap.EapType enum directly instead of this field.", true)]
public const Android.Net.Eap.EapType EapTypeMschapV2 = 26;
[<Android.Runtime.Register("EAP_TYPE_MSCHAP_V2", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Eap.EapType enum directly instead of this field.", true)>]
val mutable EapTypeMschapV2 : Android.Net.Eap.EapType

Feldwert

Value = 26
Attribute

Hinweise

EAP-Type Wert für die EAP-MS-CHAPv2-Methode.

Informationen zum Einschließen von EAP-MS-CHAPv2 als Authentifizierungsmethode finden Sie unter EapSessionConfig.Builder#setEapMsChapV2Config(String, String).

Java Dokumentation für android.net.eap.EapSessionConfig.EapMethodConfig.EAP_TYPE_MSCHAP_V2.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: