ScriptingWebServicesSectionGroup.AuthenticationService Propriedade

Definição

Obtém a authenticationService seção contida no arquivo de configuração.

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 da propriedade

Um ScriptingAuthenticationServiceSection objeto.

Atributos

Comentários

O ScriptingAuthenticationServiceSection objeto refere-se à authenticationService seção do arquivo de configuração.

Aplica-se a