SslError.SslExpired Feld

Definition

Achtung

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

Das Zertifikat ist abgelaufen.

[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

Feldwert

Value = 1
Attribute

Hinweise

Das Zertifikat ist abgelaufen.

Java Dokumentation für android.net.http.SslError.SSL_EXPIRED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: