1 write to IsNotAllowed
Microsoft.Extensions.Identity.Core (1)
SignInResult.cs (1)
14
private static readonly SignInResult _notAllowed = new SignInResult {
IsNotAllowed
= true };
4 references to IsNotAllowed
Microsoft.AspNetCore.Identity (1)
SignInManagerMetrics.cs (1)
222
{
IsNotAllowed
: true } => "not_allowed",
Microsoft.AspNetCore.Identity.Test (2)
SignInManagerTest.cs (2)
1346
Assert.NotEqual(confirmed, result.
IsNotAllowed
);
1400
Assert.NotEqual(confirmed, result.
IsNotAllowed
);
Microsoft.Extensions.Identity.Core (1)
SignInResult.cs (1)
84
IsNotAllowed
? "NotAllowed" :