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)

ユーザーにログインし、Report Server Webサービスへのユーザーリクエストを認証します。

適用対象