Method | Description | |
---|---|---|
AddUsersToRoles ( string usernames, string rolenames ) : void | ||
GetAllRoles ( ) : string[] | ||
GetUsersInRole ( string role ) : string[] | ||
IsUserInRole ( string user, string role ) : bool | ||
RemoveUsersFromRoles ( string usernames, string rolenames ) : void | ||
RoleExist ( string role ) : bool |
public static AddUsersToRoles ( string usernames, string rolenames ) : void | ||
usernames | string | |
rolenames | string | |
return | void |
public static GetUsersInRole ( string role ) : string[] | ||
role | string | |
return | string[] |
public static IsUserInRole ( string user, string role ) : bool | ||
user | string | |
role | string | |
return | bool |
public static RemoveUsersFromRoles ( string usernames, string rolenames ) : void | ||
usernames | string | |
rolenames | string | |
return | void |
public static RoleExist ( string role ) : bool | ||
role | string | |
return | bool |