CookieOptions.Secure プロパティ

定義

Secure Sockets Layer (SSL) を使用して Cookie を送信するかどうかを示す値を取得または設定します。つまり、HTTPS 経由でのみ送信されます。

public:
 property bool Secure { bool get(); void set(bool value); };
public bool Secure { get; set; }
member this.Secure : bool with get, set
Public Property Secure As Boolean

プロパティ値

SSL 接続 (HTTPS) 経由でのみ Cookie を送信する場合は true。それ以外の場合は false。

適用対象