Show / Hide Table of Contents

Class PasswordAuthenticationInput

Contains the input data that was requested for a password authentication.

Inheritance
System.Object
PasswordAuthenticationInput
Implements
IAuthenticationInput
Namespace: MarcusW.VncClient.Security
Assembly: MarcusW.VncClient.dll
Syntax
public class PasswordAuthenticationInput : object, IAuthenticationInput

Constructors

| Improve this Doc View Source

PasswordAuthenticationInput(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 Source

Password

Gets the requested password.

Declaration
public string Password { get; }
Property Value
Type Description
System.String

Implements

IAuthenticationInput
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX