1 write to IsNotAllowed
Microsoft.Extensions.Identity.Core (1)
SignInResult.cs (1)
14private static readonly SignInResult _notAllowed = new SignInResult { IsNotAllowed = true };
3 references to IsNotAllowed
Microsoft.AspNetCore.Identity.Test (2)
SignInManagerTest.cs (2)
959Assert.NotEqual(confirmed, result.IsNotAllowed); 1013Assert.NotEqual(confirmed, result.IsNotAllowed);
Microsoft.Extensions.Identity.Core (1)
SignInResult.cs (1)
84IsNotAllowed ? "NotAllowed" :