Sprache

EapSessionConfig.EapMethodConfig.EapTypeSim 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-SIM-Methode.

[Android.Runtime.Register("EAP_TYPE_SIM", 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 EapTypeSim = 18;
[<Android.Runtime.Register("EAP_TYPE_SIM", 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 EapTypeSim : Android.Net.Eap.EapType

Feldwert

Value = 18
Attribute

Hinweise

EAP-Type Wert für die EAP-SIM-Methode.

Informationen zum Einschließen von EAP-SIM als Authentifizierungsmethode finden Sie unter EapSessionConfig.Builder#setEapSimConfig(int, int).

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

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: