Lingua

ReportServiceAuthentication Classe

Definizione

Contiene i metodi e le proprietà per autenticare un utente su un server di report quando l'applicazione web SharePoint è configurata per l'autenticazione dei moduli.

public ref class ReportServiceAuthentication : System::Web::Services::Protocols::SoapHttpClientProtocol
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.42")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Web.Services.WebServiceBinding(Name="ReportServiceAuthenticationSoap", Namespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
public class ReportServiceAuthentication : System.Web.Services.Protocols.SoapHttpClientProtocol
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.42")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Web.Services.WebServiceBinding(Name="ReportServiceAuthenticationSoap", Namespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")>]
type ReportServiceAuthentication = class
    inherit SoapHttpClientProtocol
Public Class ReportServiceAuthentication
Inherits SoapHttpClientProtocol
Ereditarietà
ReportServiceAuthentication
Attributi

Costruttori

Nome Descrizione
ReportServiceAuthentication()

Inizializza una nuova istanza della classe ReportServiceAuthentication.

Metodi

Nome Descrizione
GetAuthenticationMode()

Ottiene lo schema di autenticazione usato dall'applicazione web SharePoint.

Logoff()

Si logherebbe dall'utente attuale che effettua richieste di servizio Web.

LogonUser(String, String, String, String)

Effettua il login su un utente e autentica una richiesta utente al servizio Web del Report Server.

Si applica a