GetFTPProxyAuthentication

 

Gets the Authentication Method of the Proxy Server of the stored FTP connection, identified by iConnectionID.

 

GetFTPProxyAuthentication (pDevMode As Long, iConnectionID As Integer) As Integer

 

Input value pDevMode:

Handle to the BlackIceDEVMODE.

 

Input value iConnectionID:

 The ID of the connection. The ID can be attained by using the GetFTPConnectionByIndex, GetFTPConnectionByName, GetSelectedFTPConnection or the AddFTPConnection methods.

 

Return value:

The type of the connection. Can be one of the following values:

0: Basic authentication method

1: NTLM authentication method

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.