Compartir a través de


RemoteAuthenticationContext<TRemoteAuthenticationState> Clase

Definición

Representa el contexto durante las operaciones de autenticación.

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)

Parámetros de tipo

TRemoteAuthenticationState
Herencia
RemoteAuthenticationContext<TRemoteAuthenticationState>

Constructores

RemoteAuthenticationContext<TRemoteAuthenticationState>()

Representa el contexto durante las operaciones de autenticación.

Propiedades

InteractiveRequest

Obtiene o establece la solicitud de interacción para la operación de autenticación actual.

State

Obtiene o establece la instancia de estado para la operación de autenticación actual.

Url

Obtiene o establece la dirección URL de la operación de autenticación actual.

Se aplica a