IdentityErrorDescriber.DuplicateRoleName(String) Method

Definition

Returns an IdentityError indicating the specified role name already exists.

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ DuplicateRoleName(System::String ^ role);
public virtual Microsoft.AspNetCore.Identity.IdentityError DuplicateRoleName (string role);
abstract member DuplicateRoleName : string -> Microsoft.AspNetCore.Identity.IdentityError
override this.DuplicateRoleName : string -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function DuplicateRoleName (role As String) As IdentityError

Parameters

role
String

The duplicate role.

Returns

An IdentityError indicating the specific role role name already exists.

Applies to