AuthenticationDialog Methods
Authenticate
Authenticates with the specified username and password.
Syntax:
public void Authenticate(
string username,
string password
)
Parameters:
Last updated
Was this helpful?
Authenticates with the specified username and password.
public void Authenticate(
string username,
string password
)
Last updated
Was this helpful?