Back to product page

AuthenticationsEnum Enumeration


These constants are used with SSH&SSL protocols only, and determine type of authentication used when connecting to remote server.

Remarks

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.

Possible values for AuthenticationsEnum:

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

Platforms

Windows