Show / Hide Table of Contents

Interface IAuthenticationInputRequest<TInput>

Represents a request for input data needed for authentication.

Namespace: MarcusW.VncClient.Security
Assembly: MarcusW.VncClient.dll
Syntax
public interface IAuthenticationInputRequest<TInput>
    where TInput : class, IAuthenticationInput
Type Parameters
Name Description
TInput

The type of the requested input.

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