RemoteAuthenticationEvents Klasa

Definicja

Umożliwia subskrybowanie zdarzeń zgłaszanych podczas uwierzytelniania zdalnego.

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
Dziedziczenie
RemoteAuthenticationEvents
Pochodne
Implementuje

Konstruktory

RemoteAuthenticationEvents()

Umożliwia subskrybowanie zdarzeń zgłaszanych podczas uwierzytelniania zdalnego.

Właściwości

OnAccessDenied

Wywoływany po wystąpieniu błędu odmowy dostępu został zwrócony przez serwer zdalny.

OnRemoteFailure

Wywoływane w przypadku awarii zdalnej.

OnTicketReceived

Wywoływane po odebraniu biletu zdalnego.

Metody

AccessDenied(AccessDeniedContext)

Wywoływany po wystąpieniu błędu odmowy dostępu został zwrócony przez serwer zdalny.

RemoteFailure(FailureContext)

Wywoływane w przypadku awarii zdalnej

RemoteFailure(RemoteFailureContext)

Wywoływane w przypadku awarii zdalnej.

TicketReceived(TicketReceivedContext)

Wywoływane po odebraniu biletu zdalnego.

Dotyczy