FilterInfo.AuthenticationFilters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all the authentication filters in the application.
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)
Property Value
The list of authentication filters.