K. Scott Allen

Results 3 issues of K. Scott Allen

Authorize wouldn't work if Roles are specified.

bug

1. FlexRoleProvider::DeleteRole uses _roleStore.GetUsersInRole(roleName).Any(). Will be painful when the number of users in the system is large. 2. FlexRoleProvider::IsUserInRoll uses GetUsersInRole(roleName).Any(...) - same potential problem.

enhancement