Share via


RemoteAuthenticationResult<TRemoteAuthenticationState> Classe

Définition

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

S’applique à