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)

プロパティ値

認証フィルターの一覧。

適用対象