Compartilhar via


SslError.SslUntrusted 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 autoridade de certificação não é confiável

[Android.Runtime.Register("SSL_UNTRUSTED")]
[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 SslUntrusted = 3;
[<Android.Runtime.Register("SSL_UNTRUSTED")>]
[<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 SslUntrusted : Android.Net.Http.SslErrorType

Valor do campo

Value = 3
Atributos

Comentários

A autoridade de certificação não é confiável

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

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