BaseContext<TOptions> 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.
Base class used by other context classes.
generic <typename TOptions>
where TOptions : AuthenticationSchemeOptionspublic ref class BaseContext abstract
public abstract class BaseContext<TOptions> where TOptions : AuthenticationSchemeOptions
type BaseContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
Public MustInherit Class BaseContext(Of TOptions)
Type Parameters
- TOptions
- Inheritance
-
BaseContext<TOptions>
- Derived
Constructors
BaseContext<TOptions>(HttpContext, AuthenticationScheme, TOptions) |
Constructor. |
Properties
HttpContext |
The context. |
Options |
Gets the authentication options associated with the scheme. |
Request |
The request. |
Response |
The response. |
Scheme |
The authentication scheme. |