BaseContext<TOptions> Класс

Определение

Базовый класс, используемый другими классами контекста.

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)

Параметры типа

TOptions
Наследование
BaseContext<TOptions>
Производный

Конструкторы

BaseContext<TOptions>(HttpContext, AuthenticationScheme, TOptions)

Конструктор.

Свойства

HttpContext

Контекст.

Options

Возвращает параметры проверки подлинности, связанные со схемой.

Request

Запрос.

Response

Ответ.

Scheme

Схема проверки подлинности.

Применяется к