ews-cpp
0.9
|
This class allows NTLM authentication. More...
#include <ews.hpp>
Public Member Functions | |
ntlm_credentials (std::string username, std::string password, std::string domain) | |
This class allows NTLM authentication.
NTLM authentication is only available for Exchange on-premises servers.
For applications that run inside the corporate firewall, NTLM authentication provides a built-in means to authenticate against an Exchange server. However, because NTLM requires the client to store the user's password in plain-text for the entire session, it is not the safest method to use.