RemoteAuthenticationContext<TRemoteAuthenticationState> Class

Definition

Represents the context during authentication operations.

generic <typename TRemoteAuthenticationState>
 where TRemoteAuthenticationState : RemoteAuthenticationStatepublic ref class RemoteAuthenticationContext
public class RemoteAuthenticationContext<TRemoteAuthenticationState> where TRemoteAuthenticationState : RemoteAuthenticationState
type RemoteAuthenticationContext<'RemoteAuthenticationState (requires 'RemoteAuthenticationState :> RemoteAuthenticationState)> = class
Public Class RemoteAuthenticationContext(Of TRemoteAuthenticationState)

Type Parameters

TRemoteAuthenticationState
Inheritance
RemoteAuthenticationContext<TRemoteAuthenticationState>

Constructors

RemoteAuthenticationContext<TRemoteAuthenticationState>()

Properties

InteractiveRequest

Gets or sets the interaction request for the current authentication operation.

State

Gets or sets the state instance for the current authentication operation.

Url

Gets or sets the url for the current authentication operation.

Applies to