[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Logs on a user and authenticates a user request to the Report Server Web service.
Public Sub LogonUser ( _
userName As String, _
password As String, _
authority As String _
)
public void LogonUser (
string userName,
string password,
string authority
)
public:
void LogonUser (
String^ userName,
String^ password,
String^ authority
)
public void LogonUser (
String userName,
String password,
String authority
)
public function LogonUser (
userName : String,
password : String,
authority : String
)
Parameters
- userName
The name of the user.
- password
The password of the user.
- authority
Optional. The specific authority to use when authenticating a user. Pass a value of null (Nothing in Visual Basic) to omit this argument.
The LogonUser method authenticates the specified user to the Report Server Web service when custom authentication has been configured.
LogonUser 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.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.Target Platforms