Share via


RemoteAuthenticationEvents Clase

Definición

Permite suscribirse a eventos generados durante la autenticación 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
Herencia
RemoteAuthenticationEvents
Derivado
Implementaciones

Constructores

RemoteAuthenticationEvents()

Permite suscribirse a eventos generados durante la autenticación remota.

Propiedades

OnAccessDenied

Se invoca cuando el servidor remoto devolvió un error de acceso denegado.

OnRemoteFailure

Se invoca cuando se produce un error remoto.

OnTicketReceived

Se invoca después de recibir el vale remoto.

Métodos

AccessDenied(AccessDeniedContext)

Se invoca cuando el servidor remoto devolvió un error de acceso denegado.

RemoteFailure(FailureContext)

Se invoca cuando se produce un error remoto

RemoteFailure(RemoteFailureContext)

Se invoca cuando se produce un error remoto.

TicketReceived(TicketReceivedContext)

Se invoca después de recibir el vale remoto.

Se aplica a