Share via


IdentityErrorDescriber.LoginAlreadyAssociated Metodo

Definizione

Restituisce un IdentityError oggetto che indica che un account di accesso esterno è già associato a un account.

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

Restituisce

Un IdentityError oggetto che indica che un account di accesso esterno è già associato a un account.

Si applica a