RedirectContext<TOptions> Class

Definition

Context passed for redirect events.

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)

Type Parameters

TOptions
Inheritance

Constructors

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

Creates a new context object.

Properties

HttpContext

The context.

(Inherited from BaseContext<TOptions>)
Options

Gets the authentication options associated with the scheme.

(Inherited from BaseContext<TOptions>)
Properties

Gets or sets the AuthenticationProperties.

(Inherited from PropertiesContext<TOptions>)
RedirectUri

Gets or Sets the URI used for the redirect operation.

Request

The request.

(Inherited from BaseContext<TOptions>)
Response

The response.

(Inherited from BaseContext<TOptions>)
Scheme

The authentication scheme.

(Inherited from BaseContext<TOptions>)

Applies to