ReportExecutionService.LogonUser 메서드

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

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Sub LogonUser ( _
    userName As String, _
    password As String, _
    authority As String _
)
‘사용 방법
Dim instance As ReportExecutionService 
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. For example, a Windows domain. 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 Header Usage

(Out) ServerInfoHeaderValue

Native Mode Required Permissions

None

SharePoint Mode Required Permissions

None

This method only works with a Custom security extension. Please see 웹 서비스 인증 for more information.

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.

참고 항목

참조

ReportExecutionService 클래스

ReportExecution2005 네임스페이스