RemoteAuthenticationContext<TRemoteAuthenticationState> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa o contexto durante operações de autenticação.
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
- Herança
-
RemoteAuthenticationContext<TRemoteAuthenticationState>
Construtores
RemoteAuthenticationContext<TRemoteAuthenticationState>() |
Representa o contexto durante operações de autenticação. |
Propriedades
InteractiveRequest |
Obtém ou define a solicitação de interação para a operação de autenticação atual. |
State |
Obtém ou define a instância de estado da operação de autenticação atual. |
Url |
Obtém ou define a URL da operação de autenticação atual. |