WCF Ntlm Documentation
The WCF Ntlm Web Service handles all the NTLM related operations. This article describes all the available methods.
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
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
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 |