共用方式為


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

適用於