LogonUser メソッド
ユーザーのログオンを処理し、レポート サーバー Web サービスへのユーザーの要求を認証します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LogonUser", RequestNamespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", _
ResponseNamespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
<SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _
Public Sub LogonUser ( _
userName As String, _
password As String, _
authority As String _
)
'使用
Dim instance As ReportingService2005
Dim userName As String
Dim password As String
Dim authority As String
instance.LogonUser(userName, password, _
authority)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LogonUser", RequestNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
public void LogonUser(
string userName,
string password,
string authority
)
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LogonUser", RequestNamespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)]
[SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)]
public:
void LogonUser(
String^ userName,
String^ password,
String^ authority
)
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LogonUser", RequestNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>]
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>]
member LogonUser :
userName:string *
password:string *
authority:string -> unit
public function LogonUser(
userName : String,
password : String,
authority : String
)
パラメーター
- userName
型: System. . :: . .String
ユーザーの名前です。
- password
型: System. . :: . .String
ユーザーのパスワードです。
- authority
型: System. . :: . .String
省略可能です。ユーザーを認証するときに使用するドメイン名です。この引数を省略する場合、nullNothingnullptrunitNULL 参照 (Visual Basic では Nothing) (Visual Basic では Nothing) の値を渡します。
説明
カスタム認証が構成されている場合、LogonUser メソッドが、指定されたユーザーをレポート サーバー Web サービスに対して認証します。
LogonUser は、SSL (Secure Sockets Layer) を介して呼び出す必要があります。セキュリティで保護された呼び出しでない場合、メソッドは失敗します。正常に認証が行われると、レポート サーバー Web サービスは認証 Cookie を生成し、HTTPS ヘッダーの Cookie を返します。応答は、SSL を介して返されます。