1 write to IsNotAllowed
Microsoft.Extensions.Identity.Core (1)
SignInResult.cs (1)
14private 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)
1346Assert.NotEqual(confirmed, result.IsNotAllowed); 1400Assert.NotEqual(confirmed, result.IsNotAllowed);
Microsoft.Extensions.Identity.Core (1)
SignInResult.cs (1)
84IsNotAllowed ? "NotAllowed" :