IdentityErrorDescriber.DuplicateRoleName(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un IdentityError indiquant que le nom spécifié role
existe déjà.
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
Paramètres
- role
- String
Rôle en double.
Retours
indiquant IdentityError que le nom de rôle role
spécifique existe déjà.