PropertiesContext<TOptions> Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Базовый контекст для событий проверки подлинности, содержащих AuthenticationProperties.
generic <typename TOptions>
where TOptions : AuthenticationSchemeOptionspublic ref class PropertiesContext abstract : Microsoft::AspNetCore::Authentication::BaseContext<TOptions>
public abstract class PropertiesContext<TOptions> : Microsoft.AspNetCore.Authentication.BaseContext<TOptions> where TOptions : AuthenticationSchemeOptions
type PropertiesContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
inherit BaseContext<'Options (requires 'Options :> AuthenticationSchemeOptions)>
Public MustInherit Class PropertiesContext(Of TOptions)
Inherits BaseContext(Of TOptions)
Параметры типа
- TOptions
- Наследование
- Производный
Конструкторы
PropertiesContext<TOptions>(HttpContext, AuthenticationScheme, TOptions, AuthenticationProperties) |
Конструктор. |
Свойства
HttpContext |
Контекст. (Унаследовано от BaseContext<TOptions>) |
Options |
Возвращает параметры проверки подлинности, связанные со схемой. (Унаследовано от BaseContext<TOptions>) |
Properties |
Возвращает или задает класс AuthenticationProperties. |
Request |
Запрос. (Унаследовано от BaseContext<TOptions>) |
Response |
Ответ. (Унаследовано от BaseContext<TOptions>) |
Scheme |
Схема проверки подлинности. (Унаследовано от BaseContext<TOptions>) |