CookieHandlerElement.RequireSsl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定是否应只用 SSL 验证 Cookie。
public:
property bool RequireSsl { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("requireSsl", DefaultValue=true, IsRequired=false)]
public bool RequireSsl { get; set; }
[<System.Configuration.ConfigurationProperty("requireSsl", DefaultValue=true, IsRequired=false)>]
member this.RequireSsl : bool with get, set
Public Property RequireSsl As Boolean
属性值
如果只应针对 SSL 连接使用 cookie,则为 true
;否则为 false
。 默认值为 true
。
- 属性
注解
控制是否为写入的任何 Cookie 发出“Secure”标志。 如果此值为 true
,则登录会话 Cookie 将只能通过 HTTPS 使用。
表示 requireSSL
cookieHandler> 元素的< 属性。