ews-cpp  0.9
Public Member Functions | List of all members
ews::ntlm_credentials Class Referencefinal

This class allows NTLM authentication. More...

#include <ews.hpp>

Inheritance diagram for ews::ntlm_credentials:

Public Member Functions

 ntlm_credentials (std::string username, std::string password, std::string domain)
 

Detailed Description

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.


The documentation for this class was generated from the following file: