Compartilhar via


SslError.SslDateInvalid Campo

Definição

Cuidado

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

A data do certificado é invá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 do campo

Value = 4
Atributos

Comentários

A data do certificado é inválida

Documentação Java para android.net.http.SslError.SSL_DATE_INVALID.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a