  | ChallengeResponseChallenge Property  | 
                Get/Set the challenge to use when creating the key for log in.
            
 
Namespace: AsterNET.Manager.ResponseAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Challenge { get; set; }Public Property Challenge As String
	Get
	Set
public:
property String^ Challenge {
	String^ get ();
	void set (String^ value);
}member Challenge : string with get, set
Property Value
Type: 
String
See AlsoReference
[!:Manager.Action.LoginAction.key]