Click to Rate and Give Feedback
MSDN
MSDN Library
Collapse All/Expand All Collapse All
Other versions are also available for the following:
ReportingService2005.LogonUser Method
[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.


VisualBasicDeclaration
Public Sub LogonUser ( _
    userName As String, _
    password As String, _
    authority As String _
)
CSharp
public void LogonUser (
    string userName,
    string password,
    string authority
)
ManagedCPlusPlus
public:
void LogonUser (
    String^ userName, 
    String^ password, 
    String^ authority
)
JSharp
public void LogonUser (
    String userName, 
    String password, 
    String authority
)
JScript
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

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker