DefaultAuthorizationHandlerContextFactory Klasse

Definition

Ein Typ, der verwendet wird, um einen AuthorizationHandlerContext bereitzustellen, der für die Autorisierung verwendet wird.

public ref class DefaultAuthorizationHandlerContextFactory : Microsoft::AspNetCore::Authorization::IAuthorizationHandlerContextFactory
public class DefaultAuthorizationHandlerContextFactory : Microsoft.AspNetCore.Authorization.IAuthorizationHandlerContextFactory
type DefaultAuthorizationHandlerContextFactory = class
    interface IAuthorizationHandlerContextFactory
Public Class DefaultAuthorizationHandlerContextFactory
Implements IAuthorizationHandlerContextFactory
Vererbung
DefaultAuthorizationHandlerContextFactory
Implementiert

Konstruktoren

Name Beschreibung
DefaultAuthorizationHandlerContextFactory()

Ein Typ, der verwendet wird, um einen AuthorizationHandlerContext bereitzustellen, der für die Autorisierung verwendet wird.

Methoden

Name Beschreibung
CreateContext(IEnumerable<IAuthorizationRequirement>, ClaimsPrincipal, Object)

Erstellt eine AuthorizationHandlerContext , die für die Autorisierung verwendet wird.

Gilt für: