RedirectContext<TOptions> Класс

Определение

Контекст, переданный для событий перенаправления.

generic <typename TOptions>
 where TOptions : AuthenticationSchemeOptionspublic ref class RedirectContext : Microsoft::AspNetCore::Authentication::PropertiesContext<TOptions>
public class RedirectContext<TOptions> : Microsoft.AspNetCore.Authentication.PropertiesContext<TOptions> where TOptions : AuthenticationSchemeOptions
type RedirectContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
    inherit PropertiesContext<'Options (requires 'Options :> AuthenticationSchemeOptions)>
Public Class RedirectContext(Of TOptions)
Inherits PropertiesContext(Of TOptions)

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

TOptions
Наследование

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

RedirectContext<TOptions>(HttpContext, AuthenticationScheme, TOptions, AuthenticationProperties, String)

Создает новый контекстный объект.

Свойства

HttpContext

Контекст.

(Унаследовано от BaseContext<TOptions>)
Options

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

(Унаследовано от BaseContext<TOptions>)
Properties

Возвращает или задает класс AuthenticationProperties.

(Унаследовано от PropertiesContext<TOptions>)
RedirectUri

Получает или задает универсальный код ресурса (URI) для перенаправления.

Request

Запрос.

(Унаследовано от BaseContext<TOptions>)
Response

Ответ.

(Унаследовано от BaseContext<TOptions>)
Scheme

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

(Унаследовано от BaseContext<TOptions>)

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