Compartir a través de


SslError.SslDateInvalid Campo

Definición

Precaución

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

La fecha del certificado no es válida

[Android.Runtime.Register("SSL_DATE_INVALID")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.SslErrorType enum directly instead of this field.", true)]
public const Android.Net.Http.SslErrorType SslDateInvalid = 4;
[<Android.Runtime.Register("SSL_DATE_INVALID")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.SslErrorType enum directly instead of this field.", true)>]
val mutable SslDateInvalid : Android.Net.Http.SslErrorType

Valor de campo

Value = 4
Atributos

Comentarios

La fecha del certificado no es válida

Documentación de Java para android.net.http.SslError.SSL_DATE_INVALID.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a