AuthenticationPromptEventArgs
Provides data for  AuthenticationPrompt event.
            
                
Gets prompt instruction.
            
Gets prompt language.
            
Gets server information request prompts.
            
public AuthenticationPromptEventArgs(string username, string instruction, string language, IEnumerable<AuthenticationPrompt> prompts)
Initializes a new instance of the  AuthenticationPromptEventArgs class.