1 write to ForbidCount
Microsoft.AspNetCore.Authorization.Test (1)
TestObjects\TestAuthenticationService.cs (1)
41ForbidCount++;
2 references to ForbidCount
Microsoft.AspNetCore.Authorization.Test (2)
AuthorizationMiddlewareTests.cs (1)
741Assert.Equal(2, authenticationService.ForbidCount);
TestObjects\TestAuthenticationService.cs (1)
13public bool ForbidCalled => ForbidCount > 0;