SetCookieHeaderValue.Secure 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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。