Compartir a través de


RemoteAuthenticationResult<TRemoteAuthenticationState> Clase

Definición

Representa el resultado de una operación de autenticación.

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)

Parámetros de tipo

TRemoteAuthenticationState

Tipo del estado conservado durante la operación de autenticación.

Herencia
RemoteAuthenticationResult<TRemoteAuthenticationState>

Constructores

RemoteAuthenticationResult<TRemoteAuthenticationState>()

Representa el resultado de una operación de autenticación.

Propiedades

ErrorMessage

Obtiene o establece el mensaje de error de una operación de autenticación errónea.

State

Obtiene o establece el estado conservado de una operación de autenticación correcta.

Status

Obtiene o establece el estado de la operación de autenticación. El estado puede ser uno de RemoteAuthenticationStatus.

Se aplica a