ScriptingWebServicesSectionGroup.AuthenticationService 속성

정의

구성 파일에 포함된 authenticationService 섹션을 가져옵니다.

public:
 property System::Web::Configuration::ScriptingAuthenticationServiceSection ^ AuthenticationService { System::Web::Configuration::ScriptingAuthenticationServiceSection ^ get(); };
[System.Configuration.ConfigurationProperty("authenticationService")]
public System.Web.Configuration.ScriptingAuthenticationServiceSection AuthenticationService { get; }
[<System.Configuration.ConfigurationProperty("authenticationService")>]
member this.AuthenticationService : System.Web.Configuration.ScriptingAuthenticationServiceSection
Public ReadOnly Property AuthenticationService As ScriptingAuthenticationServiceSection

속성 값

ScriptingAuthenticationServiceSection

ScriptingAuthenticationServiceSection 개체입니다.

특성

설명

ScriptingAuthenticationServiceSection 개체는 구성 파일의 authenticationService 섹션을 참조합니다.

적용 대상