WindowsTokenRoleProvider.RoleExists 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)
public boolean RoleExists ( String roleName )
public override function RoleExists ( roleName : String ) : boolean
Not applicable.
Parameters
- roleName
The name of the role to search for in the data source.
Return Value
None. The method is not supported by the WindowsTokenRoleProvider class and always throws a ProviderException.Community Additions
ADD
Show: