RemoteAuthenticationResult<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 résultat d’une opération d’authentification.
generic <typename TRemoteAuthenticationState>
where TRemoteAuthenticationState : RemoteAuthenticationStatepublic ref class RemoteAuthenticationResult
public class RemoteAuthenticationResult<TRemoteAuthenticationState> where TRemoteAuthenticationState : RemoteAuthenticationState
type RemoteAuthenticationResult<'RemoteAuthenticationState (requires 'RemoteAuthenticationState :> RemoteAuthenticationState)> = class
Public Class RemoteAuthenticationResult(Of TRemoteAuthenticationState)
Paramètres de type
- TRemoteAuthenticationState
Type de l’état conservé pendant l’opération d’authentification.
- Héritage
-
RemoteAuthenticationResult<TRemoteAuthenticationState>
Constructeurs
RemoteAuthenticationResult<TRemoteAuthenticationState>() |
Représente le résultat d’une opération d’authentification. |
Propriétés
ErrorMessage |
Obtient ou définit le message d’erreur d’une opération d’authentification ayant échoué. |
State |
Obtient ou définit l’état conservé d’une opération d’authentification réussie. |
Status |
Obtient ou définit le status de l’opération d’authentification. Le status peut être l’un des .RemoteAuthenticationStatus |