EapSessionConfig.EapMethodConfig.EapTypeTtls 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-TTLS-Methode.

[Android.Runtime.Register("EAP_TYPE_TTLS", 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 EapTypeTtls = 21;
[<Android.Runtime.Register("EAP_TYPE_TTLS", 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 EapTypeTtls : Android.Net.Eap.EapType

Feldwert

Value = 21
Attribute

Hinweise

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

Informationen zum Einschließen von EAP-TTLS als Authentifizierungsmethode finden Sie unter EapSessionConfig.Builder#setEapTtlsConfig(X509Certificate, EapSessionConfig).

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

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: