WindowsTokenRoleProvider.CreateRole(String) Method

Definition

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

public:
 override void CreateRole(System::String ^ roleName);
public override void CreateRole (string roleName);
override this.CreateRole : string -> unit
Public Overrides Sub CreateRole (roleName As String)

Parameters

roleName
String

The name of the role to create.

Exceptions

An unsupported method was called.

Remarks

This method is not supported by the WindowsTokenRoleProvider class and always throws a ProviderException.

Applies to