Authenticates with the specified username and password.
public void Authenticate( string username, string password )
Parameter
Description
username
Type: String The username that shall be used for the authentication.
password
Type: String The password that shall be used for the authentication.
Last updated 5 years ago