AfterAuthorizationFilterOnAuthorizationEventData Class

Definition

public ref class AfterAuthorizationFilterOnAuthorizationEventData sealed : Microsoft::AspNetCore::Mvc::Diagnostics::EventData
public sealed class AfterAuthorizationFilterOnAuthorizationEventData : Microsoft.AspNetCore.Mvc.Diagnostics.EventData
type AfterAuthorizationFilterOnAuthorizationEventData = class
    inherit EventData
Public NotInheritable Class AfterAuthorizationFilterOnAuthorizationEventData
Inherits EventData
Inheritance
AfterAuthorizationFilterOnAuthorizationEventData

Constructors

AfterAuthorizationFilterOnAuthorizationEventData(ActionDescriptor, AuthorizationFilterContext, IFilterMetadata)

Initializes a new instance of AfterAuthorizationFilterOnAuthorizationEventData.

Fields

EventName

The name of the event.

EventNamespace

The namespace of the event.

(Inherited from EventData)

Properties

ActionDescriptor

The action.

AuthorizationContext

The authorization context.

Count

The event count.

(Inherited from EventData)
Filter

The authorization filter.

Item[Int32] (Inherited from EventData)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from EventData)
IEnumerable<KeyValuePair<String,Object>>.GetEnumerator() (Inherited from EventData)
IReadOnlyCollection<KeyValuePair<String,Object>>.Count (Inherited from EventData)
IReadOnlyList<KeyValuePair<String,Object>>.Item[Int32] (Inherited from EventData)

Applies to