Skip to content

Commit 1a9dc97

Browse files
committed
SA1601 Partial elements should be documented.
Add XML-docs for the ClaimsAuthorizer class
1 parent 02d94aa commit 1a9dc97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Ocelot/Authorization/ClaimsAuthorizer.cs

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
namespace Ocelot.Authorization
1010
{
11+
/// <summary>
12+
/// Authorizer which is implemented using Claims-based authorization.
13+
/// <para>
14+
/// Microsoft Learn: <see href="https://learn.microsoft.com/en-us/aspnet/core/security/authorization/claims?view=aspnetcore-7.0">Claims-based authorization in ASP.NET Core</see>.
15+
/// </para>
16+
/// </summary>
1117
public partial class ClaimsAuthorizer : IClaimsAuthorizer
1218
{
1319
private readonly IClaimsParser _claimsParser;

0 commit comments

Comments
 (0)