RemoteAuthenticationContext<TRemoteAuthenticationState> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente le contexte pendant les opérations d’authentification.
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)
Paramètres de type
- TRemoteAuthenticationState
- Héritage
-
RemoteAuthenticationContext<TRemoteAuthenticationState>
Constructeurs
RemoteAuthenticationContext<TRemoteAuthenticationState>() |
Représente le contexte pendant les opérations d’authentification. |
Propriétés
InteractiveRequest |
Obtient ou définit la demande d’interaction pour l’opération d’authentification actuelle. |
State |
Obtient ou définit l’état instance pour l’opération d’authentification actuelle. |
Url |
Obtient ou définit l’URL de l’opération d’authentification en cours. |