RemoteAuthenticationContext<TRemoteAuthenticationState> Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta il contesto durante le operazioni di autenticazione.
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)
Parametri di tipo
- TRemoteAuthenticationState
- Ereditarietà
-
RemoteAuthenticationContext<TRemoteAuthenticationState>
Costruttori
RemoteAuthenticationContext<TRemoteAuthenticationState>() |
Rappresenta il contesto durante le operazioni di autenticazione. |
Proprietà
InteractiveRequest |
Ottiene o imposta la richiesta di interazione per l'operazione di autenticazione corrente. |
State |
Ottiene o imposta l'istanza di stato per l'operazione di autenticazione corrente. |
Url |
Ottiene o imposta l'URL per l'operazione di autenticazione corrente. |