RemoteAuthenticationContext<TRemoteAuthenticationState> Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |