AspNetCore.ApiGateway.Authorization.GatewayAuthorizeAttribute.GatewayAuthorizeAttribute C# (CSharp) Метод

GatewayAuthorizeAttribute() публичный Метод

public GatewayAuthorizeAttribute ( IGatewayAuthorization authorization = null ) : Microsoft.AspNetCore.Authorization
authorization IGatewayAuthorization
Результат Microsoft.AspNetCore.Authorization
        public GatewayAuthorizeAttribute(IGatewayAuthorization authorization = null)
        {
            _authorization = authorization;
        }