BaseContext<TOptions> Klasa

Definicja

Klasa podstawowa używana przez inne klasy kontekstowe.

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)

Parametry typu

TOptions
Dziedziczenie
BaseContext<TOptions>
Pochodne

Konstruktory

BaseContext<TOptions>(HttpContext, AuthenticationScheme, TOptions)

Konstruktor.

Właściwości

HttpContext

Kontekst.

Options

Pobiera opcje uwierzytelniania skojarzone ze schematem.

Request

Żądanie.

Response

Odpowiedź.

Scheme

Schemat uwierzytelniania.

Dotyczy