CookieHandlerElement.RequireSsl 属性

定义

获取或设置一个值,该值指定是否应只用 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 使用。

表示 requireSSLcookieHandler> 元素的< 属性。

适用于

另请参阅