File: IAuthorizationRequirement.cs | Web Access |
Project: src\src\Security\Authorization\Core\src\Microsoft.AspNetCore.Authorization.csproj (Microsoft.AspNetCore.Authorization) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.AspNetCore.Authorization; /// <summary> /// Represents an authorization requirement. /// </summary> public interface IAuthorizationRequirement { } |