SslError.SslExpired 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 has expired

[Android.Runtime.Register("SSL_EXPIRED")]
[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 SslExpired = 1;
[<Android.Runtime.Register("SSL_EXPIRED")>]
[<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 SslExpired : Android.Net.Http.SslErrorType

Field Value

Value = 1
Attributes

Remarks

The certificate has expired

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

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