WindowsTokenRoleProvider.FindUsersInRole Method
.NET Framework 3.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 FindUsersInRole ( _ roleName As String, _ usernameToMatch As String _ ) As String() 'Usage Dim instance As WindowsTokenRoleProvider Dim roleName As String Dim usernameToMatch As String Dim returnValue As String() returnValue = instance.FindUsersInRole(roleName, usernameToMatch)
public String[] FindUsersInRole ( String roleName, String usernameToMatch )
public override function FindUsersInRole ( roleName : String, usernameToMatch : String ) : String[]
Not applicable.
Parameters
- roleName
The role to search in.
- usernameToMatch
The user name to find in the role.
Return Value
None. The method is not supported by the WindowsTokenRoleProvider class and always throws a ProviderException.Community Additions
ADD
Show: