다음을 통해 공유


FilterInfo.AuthenticationFilters 속성

정의

응용 프로그램에 있는 모든 인증 필터를 가져옵니다.

public System.Collections.Generic.IList<System.Web.Mvc.Filters.IAuthenticationFilter> AuthenticationFilters { get; }
member this.AuthenticationFilters : System.Collections.Generic.IList<System.Web.Mvc.Filters.IAuthenticationFilter>
Public ReadOnly Property AuthenticationFilters As IList(Of IAuthenticationFilter)

속성 값

인증 필터 목록입니다.

적용 대상