ReportServiceAuthentication Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |