Partager via


ScriptingWebServicesSectionGroup.AuthenticationService Propriété

Définition

Obtient la section authenticationService contenue dans le fichier de configuration.

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

Valeur de propriété

Objet ScriptingAuthenticationServiceSection.

Attributs

Remarques

L’objet ScriptingAuthenticationServiceSection fait référence à la section authenticationService du fichier de configuration.

S’applique à