Class PasswordAuthenticationInput
Contains the input data that was requested for a password authentication.
Inheritance
System.Object
PasswordAuthenticationInput
Implements
Namespace: MarcusW.VncClient.Security
Assembly: MarcusW.VncClient.dll
Syntax
public class PasswordAuthenticationInput : object, IAuthenticationInput
Constructors
| Improve this Doc View SourcePasswordAuthenticationInput(String)
Initializes a new instance of PasswordAuthenticationInput.
Declaration
public PasswordAuthenticationInput(string password)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | password | The requested password. |
Properties
| Improve this Doc View SourcePassword
Gets the requested password.
Declaration
public string Password { get; }
Property Value
| Type | Description |
|---|---|
| System.String |