Click or drag to resize
LoginAction Constructor (String, String)
Creates a new LoginAction that performs a cleartext login.
You should not use cleartext login if you are concerned about security and login with a password hash instead.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LoginAction(
	string username,
	string secret
)

Parameters

username
Type: SystemString
the username as configured in Asterisk's manager.conf
secret
Type: SystemString
the user's password as configured in Asterisk's manager.conf
See Also