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)

属性值

身份验证筛选器列表。

适用于