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

Объект AuthenticationModulesSection.

Атрибуты

Комментарии

Раздел, возвращаемый этим свойством, соответствует элементу конфигурации < > элемента AuthenticationModules (Network Settings) .

Применяется к