AntiForgeryConfig.RequireSsl プロパティ

定義

偽造防止 Cookie がサーバーに返されるために SSL を必要とするかどうかを示す値を取得または設定します。

public static bool RequireSsl { get; set; }
member this.RequireSsl : bool with get, set
Public Shared Property RequireSsl As Boolean

プロパティ値

偽造防止クッキーをサーバーに返すために SSL が必要な場合は true。それ以外の場合は false。

適用対象