CookieHandlerElement.RequireSsl プロパティ

定義

クッキーは SSL でのみ使用する必要があるかどうかを指定する値を取得または設定します。

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 接続でのみ使用する場合は true。それ以外の場合は false。 既定値は、true です。

属性

注釈

書き込まれた Cookie に対して "Secure" フラグを出力するかどうかを制御します。 この値が の true場合、サインイン セッション Cookie は HTTPS 経由でのみ使用できます。

requireSSLcookieHandler> 要素の属性を<表します

適用対象

こちらもご覧ください