Click or drag to resize

IRoleProviderService Methods

The IRoleProviderService type exposes the following members.

Methods
  NameDescription
Public methodAddUsersToRoles
Add users to roles
Public methodCreateRole
Creates a role
Public methodFindUsersInRole
Find all users in a specified role
Public methodGetAllRoles
Get all roles
Public methodGetAllRoles(String)
Get all roles
Public methodIsUserInRole
User user in the specified role
Public methodRemoveUsersFromRoles
Remove users from specified roles
Top
See Also