BaseControlContext
BaseControlContext
BaseControlContext
Class
Definition
public class BaseControlContext : Microsoft.AspNetCore.Authentication.BaseContext
type BaseControlContext = class
inherit BaseContext
Public Class BaseControlContext
Inherits BaseContext
- Inheritance
-
BaseControlContextBaseControlContextBaseControlContext
- Derived
-
Microsoft.AspNetCore.Authentication.FailureContextMicrosoft.AspNetCore.Authentication.FailureContextMicrosoft.AspNetCore.Authentication.FailureContext
Constructors
BaseControlContext(HttpContext) BaseControlContext(HttpContext) BaseControlContext(HttpContext) |
Properties
HandledResponse HandledResponse HandledResponse | |
HttpContext HttpContext HttpContext | Inherited from BaseContext |
Request Request Request | Inherited from BaseContext |
Response Response Response | Inherited from BaseContext |
Skipped Skipped Skipped | |
State State State | |
Ticket Ticket Ticket |
Gets or set the Ticket to return if this event signals it handled the event. |
Methods
CheckEventResult(AuthenticateResult) CheckEventResult(AuthenticateResult) CheckEventResult(AuthenticateResult) | |
HandleResponse() HandleResponse() HandleResponse() |
Discontinue all processing for this request and return to the client. The caller is responsible for generating the full response. Set the Ticket to trigger SignIn. |
SkipToNextMiddleware() SkipToNextMiddleware() SkipToNextMiddleware() |
Discontinue processing the request in the current middleware and pass control to the next one. SignIn will not be called. |