IisClientCertificateMappingAuthenticationSection クラス

IIS クライアント証明書のマッピングを構成します。

構文

class IisClientCertificateMappingAuthenticationSection : ConfigurationSectionWithCollection  

メソッド

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

名前 説明
[追加] (ConfigurationSectionWithCollection から継承。)
Clear (ConfigurationSectionWithCollection から継承。)
Get (ConfigurationSectionWithCollection から継承。)
GetAllowDefinition (ConfigurationSection から継承。)
GetAllowLocation (ConfigurationSection から継承。)
削除 (ConfigurationSectionWithCollection から継承。)
RevertToParent (ConfigurationSection から継承。)
SetAllowDefinition (ConfigurationSection から継承。)
SetAllowLocation (ConfigurationSection から継承。)

プロパティ

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

名前 説明
DefaultLogonDomain サーバーがユーザーの認証に使用する既定のドメインを指定する、読み取り/書き込みの string 値。
Enabled 読み取り/書き込みの boolean 値。 IIS クライアント証明書マッピング認証を有効にする場合は true。それ以外の場合は false。 既定値は、false です。
Location (ConfigurationSection から継承。)キー プロパティ。
LogonMethod ログオンの方法を指定する読み取り/書き込みの sint32 列挙型。 使用できる値の一覧は、後述の「注釈」セクションに示します。
ManyToOneCertificateMappingsEnabled 読み取り/書き込みの boolean 値。 多対一マッピングを有効にする場合は true。それ以外の場合は false。 既定値は、true です。
ManyToOneMappings クライアント証明書の多対一マッピングを指定する ManyToOneSettings 値。
OneToOneCertificateMappingsEnabled 読み取り/書き込みの boolean 値。 一対一マッピングを有効にする場合は true。それ以外の場合は false。 既定値は、true です。
OneToOneMappings クライアント証明書の一対一マッピングを指定する OneToOneSettings 値。
Path (ConfigurationSection から継承。)キー プロパティ。
SectionInformation (ConfigurationSection から継承。)

サブクラス

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

解説

次の表に、LogonMethod プロパティとして使用できる値の一覧を示します。 既定値は 3 (ClearText) です。

Value キーワード 説明
0 Interactive このログオンの種類は、コンピューターを対話的に使用するユーザーを対象としています。
1 Batch このログオンの種類は、ユーザーが直接介入することなく、ユーザーの代わりにプロセスが実行される、バッチ サーバーを対象としています。 このログオンの種類の資格情報はキャッシュされません。
2 Network このログオンの種類は、プレーンテキスト パスワードを認証するハイ パフォーマンス サーバー向けです。 このログオンの種類の資格情報はキャッシュされません。
3 ClearText このログオンの種類では、名前とパスワードを認証パッケージに保持します。これにより、サーバーはクライアントを偽装しつつ他のネットワーク サーバーに接続できます。

継承階層

ConfigurationSection

ConfigurationSectionWithCollection

IisClientCertificateMappingAuthenticationSection

要件

説明
クライアント - 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

参照

AccessSection クラス
ClientCertificateMappingAuthenticationSection クラス
CollectionElement クラス
ConfigurationSectionWithCollection クラス
ManyToOneCertificateMappingElement クラス
ManyToOneCertificateMappingRuleElement クラス
ManyToOneSettings クラス
OneToOneCertificateMappingElement クラス
OneToOneSettings クラス