RemoteAuthenticationEvents Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows subscribing to events raised during remote authentication.
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
- Inheritance
-
RemoteAuthenticationEvents
- Derived
- Implements
Constructors
RemoteAuthenticationEvents() |
Properties
OnAccessDenied |
Invoked when an access denied error was returned by the remote server. |
OnRemoteFailure |
Invoked when there is a remote failure. |
OnTicketReceived |
Invoked after the remote ticket has been received. |
Methods
AccessDenied(AccessDeniedContext) |
Invoked when an access denied error was returned by the remote server. |
RemoteFailure(FailureContext) |
Invoked when there is a remote failure |
RemoteFailure(RemoteFailureContext) |
Invoked when there is a remote failure. |
TicketReceived(TicketReceivedContext) |
Invoked after the remote ticket has been received. |