Skip to content

Commit 02ebc1d

Browse files
author
Tiago Brenck
committed
Updated method documentation,
1 parent 335c912 commit 02ebc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TaskWebApp/Utils/ClaimsPrincipalExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace TaskWebApp.Utils
3030
public static class ClaimsPrincipalExtension
3131
{
3232
/// <summary>
33-
/// Get the Account identifier for an MSAL.NET account from a ClaimsPrincipal
33+
/// Get the B2C Account identifier for an MSAL.NET account from a ClaimsPrincipal
3434
/// </summary>
3535
/// <param name="claimsPrincipal">Claims principal</param>
3636
/// <returns>A string corresponding to an account identifier as defined in <see cref="Microsoft.Identity.Client.AccountId.Identifier"/></returns>

0 commit comments

Comments
 (0)