共用方式為


ReportingService2005.LogonUser 方法

Logs on a user and authenticates a user request to the Report Server Web service.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
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)
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
)

參數

  • authority
    型別:System.String
    Optional. The domain name to use when authenticating a user. Pass a value of nullnull 參考 (在 Visual Basic 中為 Nothing) (Nothing in Visual Basic) to omit this argument.

備註

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.

請參閱

參考

ReportingService2005 類別

ReportService2005 命名空間