Table of Contents
Warning
Authenticate is deprecated. Use Authenticate version 2 instead.
| Name | Direction | Type | Default | Description |
|---|---|---|---|---|
| ComputeResource | Input | string | Mandatory | The remote computer to authenticate to |
| UserName | Input | string | Mandatory | Name of the user to authenticate as |
| Password | Input | string | Mandatory | The password associated with the specified user |
Authenticate to the remote compute resource. This must be executed before calling any other remote algorithms.
For more details, see the remote job submission API docs.
Categories: AlgorithmIndex | Remote | Deprecated
C++ header: Authenticate.h (last modified: 2018-10-05)
C++ source: Authenticate.cpp (last modified: 2019-06-17)