Skip to content

Commit 7f18d6c

Browse files
authored
Contributes to dotnet#5680
1 parent a8cd189 commit 7f18d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Authentication.Abstractions/src/AuthenticateResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protected AuthenticateResult() { }
2020
/// <summary>
2121
/// If a ticket was produced, authenticate was successful.
2222
/// </summary>
23-
[MemberNotNullWhen(true, nameof(Ticket))]
23+
[MemberNotNullWhen(true, nameof(Ticket), nameof(Principal))]
2424
public bool Succeeded => Ticket != null;
2525

2626
/// <summary>

0 commit comments

Comments
 (0)