WindowsTokenRoleProvider.GetUsersInRole(String) Method

Definition

This method is not supported by the Windows token role provider.

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

Parameters

roleName
String

The name of the role to get the list of users for.

Returns

String[]

None. The method is not supported by the WindowsTokenRoleProvider class and always throws a ProviderException.

Exceptions

An unsupported method was called.

Applies to

See also