ScriptingWebServicesSectionGroup.AuthenticationService Eigenschaft

Definition

Ruft den authenticationService-Abschnitt ab, der in der Konfigurationsdatei enthalten ist.

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

Eigenschaftswert

Ein ScriptingAuthenticationServiceSection-Objekt.

Attribute

Hinweise

Das ScriptingAuthenticationServiceSection-Objekt verweist auf den authenticationService-Abschnitt der Konfigurationsdatei.

Gilt für: