EapSessionConfig.EapMethodConfig.EapTypeMschapV2 Campo

Definición

Precaución

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

EAP-Type valor del método EAP-MS-CHAPv2.

[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

Valor de campo

Value = 26
Atributos

Comentarios

EAP-Type valor del método EAP-MS-CHAPv2.

Para incluir EAP-MS-CHAPv2 como método de autenticación, consulte EapSessionConfig.Builder#setEapMsChapV2Config(String, String).

Java documentación para android.net.eap.EapSessionConfig.EapMethodConfig.EAP_TYPE_MSCHAP_V2.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a