WEBfactory 2010 WCF Ntlm Documentation
This article provides all the needed information to learn and understand the WEBfactory 2010 WCF Ntlm documentation.
This WCF web service handles all the NTLM related operations. The NTLM demands Windows Authentication for secure connections in order to retrieve Windows credentials. The following methods are available:
GetCallerAccountDetails()
Syntax |
|
Description | Retrieves the details about the user who initiated the call |
Parameters | None |
Return Value | The
|
GetClientUserName()
Syntax |
|
Description | Retrieves the name of the user which is logged in on the client machine |
Parameters | None |
Return Value | The string representing the user name |
LoginWindowsUser(string sessionId, Guid clientId, int millisecondsTimeOut)
Syntax |
|
Description | Logs in the current windows user using the session and client ids |
Parameters |
|
Return Value | A security token which can be used in all subsequent secured operations |
LoginWindowsUserByToken(string securityToken, int millisecondsTimeOut)
Syntax |
|
Description | Logs in the current windows user using the security token |
Parameters |
|
Return Value | A security token which can be used in all subsequent secured operations |