Overload | Description |
---|---|
IsInRole(String) | Determines whether a user is in the given role. |
IsInRole(Int32) | Determines whether a user is in the given role. |
IsInRole(ICollection<Int32>) | Determines whether a user is in any of the given roles. |
IsInRole(ICollection<String>) | Determines whether a user is in any of the given roles. |