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。