ClientRoleProvider.FindUsersInRole(String, String) Method

Definition

This method is not used by this class.

public:
 override cli::array <System::String ^> ^ FindUsersInRole(System::String ^ roleName, System::String ^ usernameToMatch);
public override string[] FindUsersInRole (string roleName, string usernameToMatch);
override this.FindUsersInRole : string * string -> string[]
Public Overrides Function FindUsersInRole (roleName As String, usernameToMatch As String) As String()

Parameters

roleName
String

Not used.

usernameToMatch
String

Not used.

Returns

String[]

Not applicable. This method always throws an exception.

Exceptions

Always thrown.

Applies to

See also