AuthorizationStoreRoleProvider.FindUsersInRole Method
.NET Framework 2.0
This method is not supported by the authorization store role provider.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual array<String^>^ FindUsersInRole ( String^ roleName, String^ usernameToMatch ) override
public String[] FindUsersInRole ( String roleName, String usernameToMatch )
public override function FindUsersInRole ( roleName : String, usernameToMatch : String ) : String[]
Not applicable.
Parameters
- roleName
The role to search in.
- usernameToMatch
The user name to search for.
Return Value
A string array containing the names of all the users whose user name matches usernameToMatch and who are members of the specified role.Community Additions
ADD
Show: