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

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

public GatewayPatchAuthorizeAttribute ( IPatchGatewayAuthorization authorization = null ) : Microsoft.AspNetCore.Authorization
authorization IPatchGatewayAuthorization
Результат Microsoft.AspNetCore.Authorization
        public GatewayPatchAuthorizeAttribute(IPatchGatewayAuthorization authorization = null) : base(authorization)
        {
        }
    }
GatewayPatchAuthorizeAttribute