SslError.SslUntrusted Field

Definition

Caution

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

The certificate authority is not trusted

[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

Field Value

Value = 3
Attributes

Remarks

The certificate authority is not trusted

Java documentation for android.net.http.SslError.SSL_UNTRUSTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to