共用方式為


IdentityErrorDescriber.LoginAlreadyAssociated 方法

定義

傳回 , IdentityError 指出外部登入已經與帳戶相關聯。

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

傳回

IdentityError 表示外部登入已經與帳戶相關聯。

適用於