다음을 통해 공유


AuthenticationContext 클래스

정의

인증을 수행하는 데 대한 정보가 포함된 인증 컨텍스트를 나타냅니다.

public class AuthenticationContext : System.Web.Mvc.ControllerContext
type AuthenticationContext = class
    inherit ControllerContext
Public Class AuthenticationContext
Inherits ControllerContext
상속
AuthenticationContext

생성자

AuthenticationContext()

AuthenticationContext 클래스의 새 인스턴스를 초기화합니다.

AuthenticationContext(ControllerContext, ActionDescriptor, IPrincipal)

인증을 수행하는 데 대한 정보가 포함된 인증 컨텍스트를 나타냅니다.

속성

ActionDescriptor

작업 설명자를 가져오거나 설정합니다.

Controller

컨트롤러를 가져오거나 설정합니다.

(다음에서 상속됨 ControllerContext)
DisplayMode

표시 모드를 가져옵니다.

(다음에서 상속됨 ControllerContext)
HttpContext

HTTP 컨텍스트를 가져오거나 설정합니다.

(다음에서 상속됨 ControllerContext)
IsChildAction

연결된 동작 메서드가 자식 작업인지를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ControllerContext)
ParentActionViewContext

부모 동작 메서드에 대한 뷰 컨텍스트 정보를 포함하는 개체를 가져옵니다.

(다음에서 상속됨 ControllerContext)
Principal

현재 인증된 주체를 가져오거나 설정합니다.

RequestContext

요청 컨텍스트를 가져오거나 설정합니다.

(다음에서 상속됨 ControllerContext)
Result

인증이 시도되었지만 실패했음을 나타내는 오류 결과를 가져오거나 설정합니다.

RouteData

URL 경로 데이터를 가져오거나 설정합니다.

(다음에서 상속됨 ControllerContext)

적용 대상