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 对象是指配置文件中的 authenticationService 部分。

适用于