Indy 9
|
TIdNTLMAuthentication = class(TIdAuthentication)
Note: NTLM Authentication is not an http authentication scheme; it is a connection authentication scheme which happens to (mis-)use http status codes and headers (and even those incorrectly).
function Authentication: String; override;
constructor Create; override;
Create also initializes the OpenSSL library used for constructing binary message packets used by the protocol by calling IdSSLOpenSSLHeaders.Load. If the OpenSSL library cannot be loaded, the constructor aborts creation of the object instance.
function KeepAlive: Boolean; override;
procedure Reset; override;