Click or drag to resize
LoginAction Constructor (String, String, String)
Creates a new LoginAction that performs a login via challenge/response.

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

Parameters

username
Type: SystemString
the username as configured in Asterisk's manager.conf
authType
Type: SystemString
the digest alogrithm, must match the digest algorithm that was used with the corresponding ChallengeAction.
key
Type: SystemString
the hash of the user's password and the challenge
See Also