다음을 통해 공유


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> 요소(네트워크 설정) 구성 요소에 해당합니다<.

적용 대상