ReportServiceAuthentication Classe

Définition

Contient les méthodes et propriétés permettant d'authentifier des utilisateurs auprès d'un serveur de rapports lorsque l'application Web SharePoint est configurée pour l'authentification par formulaire.

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
Héritage
ReportServiceAuthentication
Attributs

Constructeurs

ReportServiceAuthentication()

Initialise une nouvelle instance de la classe ReportServiceAuthentication.

Méthodes

GetAuthenticationMode()

Obtient le schéma d'authentification utilisé par l'application Web SharePoint.

Logoff()

Déconnecte l’utilisateur actuel qui effectue des demandes de service Web.

LogonUser(String, String, String, String)

Connecte un utilisateur et authentifie sa demande de service Web Report Server.

S’applique à