C# Class AspNetCore.ApiGateway.Authorization.GatewayAuthorizeAttribute

Inheritance: AuthorizeAttribute, IAsyncAuthorizationFilter
Afficher le fichier Open project: VeritasSoftware/AspNetCore.ApiGateway

Méthodes publiques

Méthode Description
GatewayAuthorizeAttribute ( IGatewayAuthorization authorization = null ) : Microsoft.AspNetCore.Authorization
OnAuthorizationAsync ( AuthorizationFilterContext context ) : Task

Method Details

GatewayAuthorizeAttribute() public méthode

public GatewayAuthorizeAttribute ( IGatewayAuthorization authorization = null ) : Microsoft.AspNetCore.Authorization
authorization IGatewayAuthorization
Résultat Microsoft.AspNetCore.Authorization

OnAuthorizationAsync() public méthode

public OnAuthorizationAsync ( AuthorizationFilterContext context ) : Task
context AuthorizationFilterContext
Résultat Task