言語

BasicClientCookie.IsSecure プロパティ

定義

この Cookie がセキュリティで保護された接続に制限されているかどうかを判断します。

public virtual bool IsSecure { [Android.Runtime.Register("isSecure", "()Z", "GetIsSecureHandler")] get; }
[<get: Android.Runtime.Register("isSecure", "()Z", "GetIsSecureHandler")>]
member this.IsSecure : bool

プロパティ値

Secure 属性が設定されている場合は true。それ以外の場合は false。

実装

属性

注釈

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

適用対象