ReportServiceAuthentication 类

定义

包含验证用户身份的方法和属性,当 SharePoint Web 应用程序配置为进行窗体身份验证时,将使用它们来向报表服务器验证用户身份。

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
继承
ReportServiceAuthentication
属性

构造函数

ReportServiceAuthentication()

初始化 ReportServiceAuthentication 类的新实例。

方法

GetAuthenticationMode()

获取 SharePoint Web 应用程序使用的身份验证方案。

Logoff()

注销发出 Web 服务请求的当前用户。

LogonUser(String, String, String, String)

使用户登录,然后验证对报表服务器 Web 服务的用户请求。

适用于