EapSessionConfig.EapMethodConfig.EapTypeAka 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-AKA-Methode.

[Android.Runtime.Register("EAP_TYPE_AKA", 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 EapTypeAka = 23;
[<Android.Runtime.Register("EAP_TYPE_AKA", 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 EapTypeAka : Android.Net.Eap.EapType

Feldwert

Value = 23
Attribute

Hinweise

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

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

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

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: