WindowsAuthenticationSection クラス
統合 Windows 認証を構成します。
構文
class WindowsAuthenticationSection : ConfigurationSectionWithCollection
メソッド
次の表に、WindowsAuthenticationSection
クラスによって公開されるメソッドの一覧を示します。
名前 | 説明 |
---|---|
[追加] | (ConfigurationSectionWithCollection から継承。) |
Clear | (ConfigurationSectionWithCollection から継承。) |
Get | (ConfigurationSectionWithCollection から継承。) |
GetAllowDefinition | (ConfigurationSection から継承。) |
GetAllowLocation | (ConfigurationSection から継承。) |
削除 | (ConfigurationSectionWithCollection から継承。) |
RevertToParent | (ConfigurationSection から継承。) |
SetAllowDefinition | (ConfigurationSection から継承。) |
SetAllowLocation | (ConfigurationSection から継承。) |
プロパティ
次の表は、WindowsAuthenticationSection
クラスによって公開されるプロパティの一覧です。
名前 | 説明 |
---|---|
AuthPersistNonNTLM |
読み取り/書き込みの boolean 値。 IIS が NTLM 以外のすべての要求 (Kerberos など) を、同じ接続上の要求であっても自動的に再認証する場合は true 、それ以外の場合は false 。 既定値は、false です。 注: false の設定は、クライアントが同じ接続で 1 回だけ認証されることを意味します。 IIS は、確立された状態を維持する TCP セッションのトークンまたはチケットをサーバーにキャッシュします。 |
AuthPersistSingleRequest |
読み取り/書き込みの boolean 値。 IIS が NTLM のすべての要求を、同じ接続上の要求であっても自動的に再認証する場合は true 、それ以外の場合は false 。 既定値は、false です。 注: false の設定は、クライアントが同じ接続で 1 回だけ認証されることを意味します。 IIS は、確立された状態を維持する TCP セッションのトークンまたはチケットをサーバーにキャッシュします。 |
Enabled |
読み取り/書き込みの boolean 値。 統合 Windows 認証を有効にする場合は true 、それ以外の場合は false 。 既定値は、false です。 |
Location |
(ConfigurationSection から継承。)キー プロパティ。 |
Path |
(ConfigurationSection から継承。)キー プロパティ。 |
Providers |
統合Windows 認証に使用されるセキュリティ サポート プロバイダーを指定する AuthenticationProviderSettings 値。 |
SectionInformation |
(ConfigurationSection から継承。) |
UseKernelMode |
読み取り/書き込みの boolean 値。 統合 Windows 認証をカーネル モードで実行する場合は true 、それ以外の場合は false 。 既定値は、true です。 注: カーネル モードを使用すると、認証のパフォーマンスが向上します。 ただし、Web ファームで Kerberos プロトコルを使用する場合は、このプロパティを false に設定できます。 |
サブクラス
このクラスにはサブクラスが含まれていません。
継承階層
ConfigurationSectionWithCollection
WindowsAuthenticationSection
要件
型 | 説明 |
---|---|
クライアント | - 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 |
参照
AnonymousAuthenticationSection Class
AuthenticationProviderSettings クラス
AuthenticationSection クラス
BasicAuthenticationSection クラス
ClientCertificateMappingAuthenticationSection クラス
ConfigurationSectionWithCollection クラス
DigestAuthenticationSection クラス
FormsAuthenticationConfiguration クラス
FormsAuthenticationCredentials クラス
FormsAuthenticationUser クラス
IisClientCertificateMappingAuthenticationSection クラス
PassportAuthentication クラス
StringElement クラス