AuthenticationModulesSection.AuthenticationModules プロパティ

定義

セクション内の認証モジュールのコレクションを取得します。

public:
 property System::Net::Configuration::AuthenticationModuleElementCollection ^ AuthenticationModules { System::Net::Configuration::AuthenticationModuleElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Net.Configuration.AuthenticationModuleElementCollection AuthenticationModules { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.AuthenticationModules : System.Net.Configuration.AuthenticationModuleElementCollection
Public ReadOnly Property AuthenticationModules As AuthenticationModuleElementCollection

プロパティ値

登録されている認証モジュールを格納している AuthenticationModuleElementCollection

属性

注釈

このプロパティによって返される には AuthenticationModuleElementCollection 、構成ファイル内の認証モジュールごとに 1 つが AuthenticationModuleElement 含まれています。

適用対象

こちらもご覧ください