ReportServiceAuthentication Class

Definition

Contains the methods and properties to authenticate a user against a report server when the SharePoint Web application is configured for Forms Authentication.

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
Inheritance
ReportServiceAuthentication
Attributes

Constructors

ReportServiceAuthentication()

Initializes a new instance of the ReportServiceAuthentication class.

Methods

GetAuthenticationMode()

Gets the authentication scheme used by the SharePoint Web application.

Logoff()

Logs off the current user making Web service requests.

LogonUser(String, String, String, String)

Logs on a user and authenticates a user request to the Report Server Web service.

Applies to