IServerAgentConnection.Authenticate
Syntax:
Parameters:
<Cluster> (required)
A server cluster. It can be obtained using the GetServerWorkingProcesses or CreateWorkingProcessInfo methods.
<Name> (required)
Name of a server cluster administrator.
An empty string means that the administrator should be authenticated by default (if the cluster has no registered administrators) or by the OS user (if OS user authentication is enabled for the cluster administrator).
<Password> (required)
User password for password authentication. A user is authenticated if the name and password match, and password authentication is enabled.
Description:
Availability:
Note: