AccessSection クラス

Secure Sockets Layer (SSL) によって保護されているコンテンツへのアクセス許可を指定します。

構文

class AccessSection : ConfigurationSection  

メソッド

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

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

プロパティ

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

名前 説明
Location (ConfigurationSection から継承。)キー プロパティ。
Path (ConfigurationSection から継承。)キー プロパティ。
SectionInformation (ConfigurationSection から継承。)
SslFlags SSL によって保護されたコンテンツの設定を構成する読み取り/書き込みの sint32 値。 使用できる値の一覧は、後述の「注釈」セクションに示します。

サブクラス

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

解説

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

Value キーワード 説明
0 None コンテンツ アクセスに SSL 接続は必要ありません。
8 Ssl コンテンツ アクセスに SSL が必要です。
32 SslNegotiateCert 必要な SSL の種類は、クライアントとサーバーの間でネゴシエートされます。
64 SslRequireCert サーバーには、クライアントからの SSL 証明書が必要です。
256 Ssl128 128 ビット暗号化を使用した SSL が必要です。

継承階層

ConfigurationSection

AccessSection

要件

説明
クライアント - 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 クラス
ClientCertificateMappingAuthenticationSection クラス
CollectionElement クラス
IisClientCertificateMappingAuthenticationSection クラス
ManyToOneCertificateMappingElement クラス
ManyToOneCertificateMappingRuleElement クラス