You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > User Class > User Methods > LogInUser
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
User.LogInUser Method

Used to log in the user. 

This method can be accessed through the User.asmx file located in:

~/Workarea/webservices/WebServiceAPI/User/User.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "LogInUser", Description = "")]
public UserData LogInUser(string username, string Password, string ServerName, string Domain, string Protocol);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "LogInUser", Description = "")>
Public Function LogInUser(username As string, Password As string, ServerName As string, Domain As string, Protocol As string) As UserData
Parameters 
Description 
username 
The system username. 
Password 
The system password. 
ServerName 
The system server name. 
Domain 
The user's domain, required only when users login using Active Directory
Protocol 
Required only when using a secure login or when you are using any valid Active Directory protocols. 

Ektron.Cms.UserData

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!