RemoteAuthenticationResult<TRemoteAuthenticationState> Classe

Definição

Representa o resultado de uma operação de autenticação.

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

O tipo do estado preservado durante a operação de autenticação.

Herança
RemoteAuthenticationResult<TRemoteAuthenticationState>

Construtores

RemoteAuthenticationResult<TRemoteAuthenticationState>()

Representa o resultado de uma operação de autenticação.

Propriedades

ErrorMessage

Obtém ou define a mensagem de erro de uma operação de autenticação com falha.

State

Obtém ou define o estado preservado de uma operação de autenticação bem-sucedida.

Status

Obtém ou define o status da operação de autenticação. O status pode ser um de RemoteAuthenticationStatus.

Aplica-se a