WindowsTokenRoleProvider.RoleExists(String) Method

Definition

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

public:
 override bool RoleExists(System::String ^ roleName);
public override bool RoleExists (string roleName);
override this.RoleExists : string -> bool
Public Overrides Function RoleExists (roleName As String) As Boolean

Parameters

roleName
String

The name of the role to search for in the data source.

Returns

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