Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Logs on a user and authenticates a user request to the Report Server Web service.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Sub LogonUser ( _
userName As String, _
password As String, _
authority As String _
)
'Usage
Dim instance As ReportingService2005
Dim userName As String
Dim password As String
Dim authority As String
instance.LogonUser(userName, password, _
authority)
public void LogonUser(
string userName,
string password,
string authority
)
public:
void LogonUser(
String^ userName,
String^ password,
String^ authority
)
member LogonUser :
userName:string *
password:string *
authority:string -> unit
public function LogonUser(
userName : String,
password : String,
authority : String
)
Parameter
- userName
Typ: System.String
The name of the user.
- password
Typ: System.String
The password of the user.
- authority
Typ: System.String
Optional. The domain name to use when authenticating a user. Pass a value of nullein NULL-Verweis (Nothing in Visual Basic) (Nothing in Visual Basic) to omit this argument.
Hinweise
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
None |
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.