메소드 | 설명 | |
---|---|---|
AddUsersToRoles ( string usernames, string roleNames ) : void |
RoleProvider.AddUsersToRoles
|
|
CreateRole ( string roleName ) : void |
RoleProvider.CreateRole
|
|
DeleteRole ( string roleName, bool throwOnPopulatedRole ) : bool |
RoleProvider.DeleteRole
|
|
FindUsersInRole ( string roleName, string usernameToMatch ) : string[] |
RoleProvider.FindUsersInRole
|
|
GetAllRoles ( ) : string[] |
RoleProvider.GetAllRoles
|
|
GetRolesForUser ( string username ) : string[] |
RoleProvider.GetRolesForUser
|
|
GetUsersInRole ( string roleName ) : string[] |
RoleProvider.GetUsersInRole
|
|
Initialize ( string name, |
System.Configuration.Provider.ProviderBase.Initialize Method
|
|
IsUserInRole ( string username, string roleName ) : bool |
RoleProvider.IsUserInRole
|
|
RemoveUsersFromRoles ( string usernames, string roleNames ) : void |
RoleProvider.RemoveUsersFromRoles
|
|
RoleExists ( string roleName ) : bool |
RoleProvider.RoleExists
|
public AddUsersToRoles ( string usernames, string roleNames ) : void | ||
usernames | string | |
roleNames | string | |
리턴 | void |
public DeleteRole ( string roleName, bool throwOnPopulatedRole ) : bool | ||
roleName | string | |
throwOnPopulatedRole | bool | |
리턴 | bool |
public FindUsersInRole ( string roleName, string usernameToMatch ) : string[] | ||
roleName | string | |
usernameToMatch | string | |
리턴 | string[] |
public GetRolesForUser ( string username ) : string[] | ||
username | string | |
리턴 | string[] |
public GetUsersInRole ( string roleName ) : string[] | ||
roleName | string | |
리턴 | string[] |
public Initialize ( string name, |
||
name | string | |
config | ||
리턴 | void |
public IsUserInRole ( string username, string roleName ) : bool | ||
username | string | |
roleName | string | |
리턴 | bool |
public RemoveUsersFromRoles ( string usernames, string roleNames ) : void | ||
usernames | string | |
roleNames | string | |
리턴 | void |