Method | Description | |
---|---|---|
AddUsersToRoles ( string usernames, string rolenames ) : void | ||
CreateRole ( string rolename ) : void | ||
DeleteRole ( string rolename, bool throwOnPopulatedRole ) : bool | ||
FindUsersInRole ( string rolename, string usernameToMatch ) : string[] | ||
GetAllRoles ( ) : string[] | ||
GetRolesForUser ( string username ) : string[] | ||
GetUsersInRole ( string rolename ) : string[] | ||
Initialize ( string name, NameValueCollection config ) : void | ||
IsUserInRole ( string username, string rolename ) : bool | ||
RemoveUsersFromRoles ( string usernames, string rolenames ) : void | ||
RoleExists ( string rolename ) : bool |
public AddUsersToRoles ( string usernames, string rolenames ) : void | ||
usernames | string | |
rolenames | string | |
return | void |
public DeleteRole ( string rolename, bool throwOnPopulatedRole ) : bool | ||
rolename | string | |
throwOnPopulatedRole | bool | |
return | bool |
public FindUsersInRole ( string rolename, string usernameToMatch ) : string[] | ||
rolename | string | |
usernameToMatch | string | |
return | string[] |
public GetRolesForUser ( string username ) : string[] | ||
username | string | |
return | string[] |
public GetUsersInRole ( string rolename ) : string[] | ||
rolename | string | |
return | string[] |
public Initialize ( string name, NameValueCollection config ) : void | ||
name | string | |
config | NameValueCollection | |
return | void |
public IsUserInRole ( string username, string rolename ) : bool | ||
username | string | |
rolename | string | |
return | bool |
public RemoveUsersFromRoles ( string usernames, string rolenames ) : void | ||
usernames | string | |
rolenames | string | |
return | void |