Share via


NetSectionGroup.AuthenticationModules プロパティ

定義

ローカル コンピューターに登録されている認証モジュールを格納している構成セクションを取得します。

public:
 property System::Net::Configuration::AuthenticationModulesSection ^ AuthenticationModules { System::Net::Configuration::AuthenticationModulesSection ^ get(); };
[System.Configuration.ConfigurationProperty("authenticationModules")]
public System.Net.Configuration.AuthenticationModulesSection AuthenticationModules { get; }
[<System.Configuration.ConfigurationProperty("authenticationModules")>]
member this.AuthenticationModules : System.Net.Configuration.AuthenticationModulesSection
Public ReadOnly Property AuthenticationModules As AuthenticationModulesSection

プロパティ値

AuthenticationModulesSection オブジェクト。

属性

注釈

このプロパティによって返されるセクションは、authenticationModules> 要素 (ネットワーク設定) 構成要素に<対応します。

適用対象