OverrideAuthenticationAttribute Klasa

Definicja

Reprezentuje atrybuty skojarzone z uwierzytelnianiem.

[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
Dziedziczenie
OverrideAuthenticationAttribute
Atrybuty
Implementuje

Konstruktory

OverrideAuthenticationAttribute()

Inicjuje nowe wystąpienie klasy OverrideAuthenticationAttribute.

Właściwości

AllowMultiple

Pobiera lub ustawia wartość wskazującą, czy można określić więcej niż jedno wystąpienie atrybutu filtru.

(Odziedziczone po FilterAttribute)
FiltersToOverride

Pobiera filtry do zastąpienia dla tego wystąpienia.

Order

Pobiera lub ustawia kolejność wykonywania filtrów akcji.

(Odziedziczone po FilterAttribute)

Dotyczy