Share via


RedirectContext 클래스

정의

사용자가 IdProvider로 리디렉션하기 전에 알림을 받도록 을 구성하는 WsFederationHandler 경우 의 RedirectContext instance 'RedirectToAuthenticationEndpoint' 또는 'RedirectToEndSessionEndpoint' 이벤트에 전달됩니다.

public ref class RedirectContext : Microsoft::AspNetCore::Authentication::PropertiesContext<Microsoft::AspNetCore::Authentication::WsFederation::WsFederationOptions ^>
public class RedirectContext : Microsoft.AspNetCore.Authentication.PropertiesContext<Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions>
type RedirectContext = class
    inherit PropertiesContext<WsFederationOptions>
Public Class RedirectContext
Inherits PropertiesContext(Of WsFederationOptions)
상속

생성자

RedirectContext(HttpContext, AuthenticationScheme, WsFederationOptions, AuthenticationProperties)

새 컨텍스트 개체를 만듭니다.

속성

Handled

true이면 이 리디렉션에 대한 기본 논리를 건너뜁니다.

HttpContext

컨텍스트입니다.

(다음에서 상속됨 BaseContext<TOptions>)
Options

스키마와 연결된 인증 옵션을 가져옵니다.

(다음에서 상속됨 BaseContext<TOptions>)
Properties

AuthenticationProperties를 가져오거나 설정합니다.

(다음에서 상속됨 PropertiesContext<TOptions>)
ProtocolMessage

WsFederationMessage 리디렉션을 작성하는 데 사용되는 입니다.

Request

요청입니다.

(다음에서 상속됨 BaseContext<TOptions>)
Response

응답입니다.

(다음에서 상속됨 BaseContext<TOptions>)
Scheme

인증 체계입니다.

(다음에서 상속됨 BaseContext<TOptions>)

메서드

HandleResponse()

이 리디렉션에 대한 기본 논리를 건너뜁니다.

적용 대상