AuthenticationDialog Methods

Authenticate

Authenticates with the specified username and password.

Syntax:

public void Authenticate(
	string username,
	string password
)

Parameters:

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