SslError.SslUntrusted フィールド

定義

注意事項

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

証明機関が信頼されていない

[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

フィールド値

Value = 3
属性

注釈

証明機関が信頼されていない

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

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

適用対象