HttpCookiesSection クラス

Web アプリケーションで使用される Cookie のプロパティを構成します。

構文

class HttpCookiesSection : ConfigurationSection  

メソッド

次の表に、HttpCookiesSection クラスによって公開されるメソッドの一覧を示します。

名前 説明
GetAllowDefinition (ConfigurationSection から継承。)
GetAllowLocation (ConfigurationSection から継承。)
RevertToParent (ConfigurationSection から継承。)
SetAllowDefinition (ConfigurationSection から継承。)
SetAllowLocation (ConfigurationSection から継承。)

プロパティ

次の表は、HttpCookiesSection クラスによって公開されるプロパティの一覧です。

名前 説明
Domain Cookie のドメイン名を設定する、オプションの読み取り/書き込みの string 値。
HttpOnlyCookies 読み取り/書き込みの boolean 値。 Internet Explorer 6 SP1 以降の System.Web.Configuration.HttpCookiesSection.HttpOnlyCookies プロパティの出力がオンになっている場合は true、それ以外の場合は false。 既定値は、false です。

このプロパティは、Cookie の盗難につながるクロスサイト スクリプティングの脅威を軽減するのに役立つ場合があります。 対応するブラウザーが HttpOnlyCookiestrue に設定されているCookie を受け取ると、クライアント側スクリプトからそのブラウザーにアクセスできなくなります。 この種類の Cookie のサポートは、Internet Explorer 6 SP1 で追加されました。 考えられる攻撃とその軽減方法と、その軽減に HttpOnlyCookies がどのように役立つかの詳細については、「HTTP 専用 Cookie を使用したクロスサイト スクリプティングの軽減」を参照してください。
Location (ConfigurationSection から継承。)キー プロパティ。
Path (ConfigurationSection から継承。)キー プロパティ。
RequireSSL オプションの読み取り/書き込みの boolean 値。 Secure Sockets Layer (SSL) 通信が必要な場合は true、それ以外の場合は false。 既定値は、false です。 注: この設定は、RequireSSL プロパティを公開する他の機能によってオーバーライドされます。
SectionInformation (ConfigurationSection から継承。)

サブクラス

このクラスにはサブクラスが含まれていません。

継承階層

ConfigurationSection

HttpCookiesSection

要件

説明
クライアント - Windows Vista 上の IIS 7.0
- Windows 7 上の IIS 7.5
- Windows 8 上の IIS 8.0
- Windows 10 上の IIS 10.0
[サーバー] - Windows Server 2008 上の IIS 7.0
- Windows Server 2008 R2 上の IIS 7.5
- Windows Server 2012 上の IIS 8.0
- Windows Server 2012 R2 上の IIS 8.5
- Windows Server 2016 上の IIS 10.0
Product - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
MOF ファイル WebAdministration.mof

参照

ConfigurationSection クラス
httpCookies 要素 (ASP.NET 設定スキーマ)
System.Web.Configuration.HttpCookiesSection.HttpOnlyCookies プロパティ