IdentityErrorDescriber.LoginAlreadyAssociated 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 qu’une connexion externe est déjà associée à un compte.
public:
virtual Microsoft::AspNetCore::Identity::IdentityError ^ LoginAlreadyAssociated();
public virtual Microsoft.AspNetCore.Identity.IdentityError LoginAlreadyAssociated ();
abstract member LoginAlreadyAssociated : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.LoginAlreadyAssociated : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function LoginAlreadyAssociated () As IdentityError
Retours
Indiquant IdentityError qu’une connexion externe est déjà associée à un compte.