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. |