SslError.SslDateInvalid フィールド

定義

注意事項

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

証明書の日付が無効です

[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

フィールド値

Value = 4
属性

注釈

証明書の日付が無効です

の Java ドキュメント android.net.http.SslError.SSL_DATE_INVALID

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象