EapSessionConfig.EapMethodConfig.EapTypeTtls Campo

Definizione

Attenzione

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

EAP-Type valore per il metodo EAP-TTLS.

[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

Valore del campo

Value = 21
Attributi

Commenti

EAP-Type valore per il metodo EAP-TTLS.

Per includere EAP-TTLS come metodo di autenticazione, vedere EapSessionConfig.Builder#setEapTtlsConfig(X509Certificate, EapSessionConfig).

per android.net.eap.EapSessionConfig.EapMethodConfig.EAP_TYPE_TTLS.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a