WindowsLogon

(Engine-Level Function)

Description: Authentication request to Windows Authentication services.
Returns: Boolean to indicate success or failure
Usage: Steady State only.
Function Groups: Security
Related to:  
Format: WindowsLogon(Username, Password)
Parameters:  
Username
Required. The account name to authenticate.
Password
Required. The password, required to authenticate the given account.
Comments:

This function should not be used for VTScada-based authentication.

Note that this function may take some time to complete and will block the caller until it does. Other threads in the VTScada system will continue to run while this function is executing.