WindowsTokenRoleProvider.GetUsersInRole Method
.NET Framework 2.0
This method is not supported by the Windows token role provider.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Overrides Function GetUsersInRole ( _ roleName As String _ ) As String() 'Usage Dim instance As WindowsTokenRoleProvider Dim roleName As String Dim returnValue As String() returnValue = instance.GetUsersInRole(roleName)
public String[] GetUsersInRole ( String roleName )
public override function GetUsersInRole ( roleName : String ) : String[]
Not applicable.
Parameters
- roleName
The name of the role to get the list of users for.
Return Value
None. The method is not supported by the WindowsTokenRoleProvider class and always throws a ProviderException.Community Additions
ADD
Show: