次の方法で共有


SetCookieHeaderValue.Secure プロパティ

定義

Cookie 属性の値を Secure 取得または設定します。

Secure 属性は、Cookie のスコープを "セキュリティで保護された" チャネルに制限します。

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

プロパティ値

注釈

以下を参照してください。https://tools.ietf.org/html/rfc6265#section-4.1.2.5

適用対象