ReportingService2010.LogonUser Method
Logs on a user and authenticates a user request to the Report Server Web service. This method only applies to native mode.
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/LogonUser", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>] [<SoapHeaderAttribute("TrustedUserHeaderValue")>] [<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] member LogonUser : userName:string * password:string * authority:string -> unit
Parameters
- userName
- Type: System.String
The name of the user.
- password
- Type: System.String
The password of the user.
- authority
- Type: System.String
Optional. The domain name to use when authenticating a user. Pass a value of a null reference (Nothing in Visual Basic) (Nothing in Visual Basic) to omit this argument.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | None |
SharePoint Mode Required Permissions | Not supported |
This method throws an OperationNotSupportedSharePointMode exception when invoked in SharePoint mode.
This method authenticates the specified user to the Report Server Web service when custom authentication has been configured.
This method must be called over Secure Sockets Layer (SSL). The method fails if it is not called securely. Upon successful authentication, the Report Server Web service generates an authentication cookie and returns the cookie in the HTTPS header. The response is returned over SSL.
