RemoteAuthenticationEvents Classe

Definição

Permite assinar eventos gerados durante a autenticação remota.

public ref class RemoteAuthenticationEvents : Microsoft::AspNetCore::Authentication::IRemoteAuthenticationEvents
public ref class RemoteAuthenticationEvents
public class RemoteAuthenticationEvents : Microsoft.AspNetCore.Authentication.IRemoteAuthenticationEvents
public class RemoteAuthenticationEvents
type RemoteAuthenticationEvents = class
    interface IRemoteAuthenticationEvents
type RemoteAuthenticationEvents = class
Public Class RemoteAuthenticationEvents
Implements IRemoteAuthenticationEvents
Public Class RemoteAuthenticationEvents
Herança
RemoteAuthenticationEvents
Derivado
Implementações

Construtores

RemoteAuthenticationEvents()

Permite assinar eventos gerados durante a autenticação remota.

Propriedades

OnAccessDenied

Invocado quando um erro de acesso negado foi retornado pelo servidor remoto.

OnRemoteFailure

Invocado quando há uma falha remota.

OnTicketReceived

Invocado após o tíquete remoto ter sido recebido.

Métodos

AccessDenied(AccessDeniedContext)

Invocado quando um erro de acesso negado foi retornado pelo servidor remoto.

RemoteFailure(FailureContext)

Invocado quando há uma falha remota

RemoteFailure(RemoteFailureContext)

Invocado quando há uma falha remota.

TicketReceived(TicketReceivedContext)

Invocado após o tíquete remoto ter sido recebido.

Aplica-se a