ScriptManagerProxy.AuthenticationService Proprietà

Definizione

Ottiene l'oggetto AuthenticationServiceManager associato all'istanza di ScriptManagerProxy corrente.

public:
 property System::Web::UI::AuthenticationServiceManager ^ AuthenticationService { System::Web::UI::AuthenticationServiceManager ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.AuthenticationServiceManager AuthenticationService { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.AuthenticationService : System.Web.UI.AuthenticationServiceManager
Public ReadOnly Property AuthenticationService As AuthenticationServiceManager

Valore della proprietà

Oggetto AuthenticationServiceManager per l'istanza di ScriptManagerProxy corrente.

Attributi

Commenti

L'oggetto AuthenticationServiceManager restituito da questa proprietà rappresenta il servizio di autenticazione registrato con la pagina.

È possibile usare il servizio di autenticazione ASP.NET o usare un servizio di autenticazione personalizzato. Per usare un servizio personalizzato, è possibile registrarlo includendo un AuthenticationService elemento all'interno dell'elemento ScriptManagerProxy nella pagina. È anche possibile configurare l'oggetto a livello di AuthenticationServiceManager codice.

Si applica a