Comparteix a través de


ScriptingWebServicesSectionGroup.AuthenticationService Propiedad

Definición

Obtiene la sección authenticationService contenida en el archivo de configuración.

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

Valor de propiedad

ScriptingAuthenticationServiceSection

Un objeto ScriptingAuthenticationServiceSection.

Atributos

Comentarios

El objeto ScriptingAuthenticationServiceSection hace referencia a la sección authenticationService del archivo de configuración.

Se aplica a