Class AuthenticationPrompt
Provides prompt information when AuthenticationPrompt is raised.
public class AuthenticationPrompt
- Inheritance
-
AuthenticationPrompt
- Inherited Members
Constructors
AuthenticationPrompt(int, bool, string)
Initializes a new instance of the AuthenticationPrompt class.
public AuthenticationPrompt(int id, bool isEchoed, string request)
Parameters
id
intThe sequence id.
isEchoed
boolif set to true the user input should be echoed.
request
stringThe request.
Properties
Id
Gets the prompt sequence id.
public int Id { get; }
Property Value
IsEchoed
Gets a value indicating whether the user input should be echoed as characters are typed.
public bool IsEchoed { get; }
Property Value
Request
Gets server information request.
public string Request { get; }
Property Value
Response
Gets or sets server information response.
public string Response { get; set; }
Property Value
- string
The response.