WindowsTokenRoleProvider.GetUsersInRole(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.