ClientRoleProvider.FindUsersInRole(String, String) 方法

定义

此类未使用此方法。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()

参数

roleName
String

未使用。Not used.

usernameToMatch
String

未使用。Not used.

返回

String[]

不适用。Not applicable. 此方法总是引发异常。This method always throws an exception.

例外

始终引发。Always thrown.

适用于