Click or drag to resize

ChallengeEventArgs Constructor

Constructor for Challenge Events

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public ChallengeEventArgs(
	string username,
	string password
)

Parameters

username
Type: SystemString

[Missing <param name="username"/> documentation for "M:VoiceElements.Client.ChallengeEventArgs.#ctor(System.String,System.String)"]

password
Type: SystemString

[Missing <param name="password"/> documentation for "M:VoiceElements.Client.ChallengeEventArgs.#ctor(System.String,System.String)"]

See Also