다음을 통해 공유


OverrideAuthenticationAttribute 클래스

정의

인증과 연관된 특성을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class OverrideAuthenticationAttribute : System.Web.Mvc.FilterAttribute, System.Web.Mvc.Filters.IOverrideFilter
type OverrideAuthenticationAttribute = class
    inherit FilterAttribute
    interface IOverrideFilter
Public NotInheritable Class OverrideAuthenticationAttribute
Inherits FilterAttribute
Implements IOverrideFilter
상속
OverrideAuthenticationAttribute
특성
구현

생성자

OverrideAuthenticationAttribute()

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

속성

AllowMultiple

필터 특성의 인스턴스를 둘 이상 지정할 수 있는지를 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 FilterAttribute)
FiltersToOverride

이 인스턴스에 대해 재정의할 필터를 가져옵니다.

Order

작업 필터가 실행되는 순서를 가져오거나 설정합니다.

(다음에서 상속됨 FilterAttribute)

적용 대상