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