DigestAuthenticationSection クラス

ダイジェスト認証を構成します。

構文

class DigestAuthenticationSection : ConfigurationSection  

メソッド

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

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

プロパティ

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

名前 説明
Enabled 読み取り/書き込みの boolean 値。 ダイジェスト認証が有効になっている場合は true、そうでない場合は false。 既定値は、false です。
Location (ConfigurationSection から継承。)キー プロパティ。
Path (ConfigurationSection から継承。)キー プロパティ。
Realm クライアントがユーザー資格情報の認証に使用するドメインを含む読み取り/書き込みの string 値。
SectionInformation (ConfigurationSection から継承。)

サブクラス

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

解説

ダイジェスト認証では、Windows ドメイン コントローラーを使用して、Web サーバー上のコンテンツへのアクセスを要求するユーザーを認証します。 ダイジェスト認証は、IIS 6.0 では拡張ダイジェスト認証と呼ばれています。

継承階層

ConfigurationSection

DigestAuthenticationSection

要件

説明
クライアント - 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 クラス
AnonymousAuthenticationSection クラス
AuthenticationSection クラス
BasicAuthenticationSection クラス
ClientCertificateMappingAuthenticationSection クラス
FormsAuthenticationConfiguration クラス
FormsAuthenticationCredentials クラス
FormsAuthenticationUser クラス
IisClientCertificateMappingAuthenticationSection クラス
PassportAuthentication クラス
WindowsAuthenticationSection クラス
ダイジェスト認証の構成