Method | Description | |
---|---|---|
AddUsersToRoles ( string usernames, string roleNames ) : void |
Not implemented/supported.
|
|
CreateRole ( string roleName ) : void |
Not implemented/supported.
|
|
DeleteRole ( string roleName, bool throwOnPopulatedRole ) : bool |
Not implemented/supported.
|
|
FindUsersInRole ( string roleName, string usernameToMatch ) : string[] |
Not implemented/supported.
|
|
GetAllRoles ( ) : string[] |
Not implemented/supported.
|
|
GetRolesForUser ( string username ) : string[] |
Gets all the roles assigned to the given user name.
|
|
GetUsersInRole ( string roleName ) : string[] |
Not implemented/supported.
|
|
Initialize ( string name, |
gets or sets if this role provider should load roles using the AuthorizationManager. Initializes this role provider given the specified config. If false, the authorization web service will be called directly and without any caching.If this provider is configured with 'useAuthorizationManager="false"' then the configuration will also be passed down to the default web service implementation of an authorization provider which will fulfull requests to this role provider. |
|
IsUserInRole ( string username, string roleName ) : bool |
Determines if a user is in a given role.
|
|
RemoveUsersFromRoles ( string usernames, string roleNames ) : void |
Not implemented/supported.
|
|
RoleExists ( string roleName ) : bool |
Not implemented/supported.
|
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, |
||
name | string | |
config | ||
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 |