ScriptingWebServicesSectionGroup.AuthenticationService Propiedad

Definición

Obtiene la authenticationService sección 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

Un objeto ScriptingAuthenticationServiceSection.

Atributos

Comentarios

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

Se aplica a