wodTelnetDLX ActiveX Control - AuthenticationsEnum Enumeration
    
 

Description

These constants are used with SSH&SSL protocols only, and determine type of authentication used when connecting to remote server. If AuthCertificate is used then Certificate property must be set - pointing to the certificate object containing valid private key.

authNTLM is new to version 1.1.0.2, and is supported only for Telnet protocol.




Members
Constant Value Description
 authBoth 0 Use both authentications.
 authPassword 1 Use password authentication.
 authCertificate 2 Use public key authentication.
 authNTLM 3 Use NTLM authentication.