共用方式為


RegisterModel.ExternalLogins 屬性

定義

此 API 支援 ASP.NET Core身分識別預設 UI 基礎結構,不適合直接從您的程式碼使用。 此 API 可能會在未來的版本中變更或移除。

public System.Collections.Generic.IList<Microsoft.AspNetCore.Authentication.AuthenticationScheme> ExternalLogins { get; set; }
public System.Collections.Generic.IList<Microsoft.AspNetCore.Authentication.AuthenticationScheme>? ExternalLogins { get; set; }
member this.ExternalLogins : System.Collections.Generic.IList<Microsoft.AspNetCore.Authentication.AuthenticationScheme> with get, set
Public Property ExternalLogins As IList(Of AuthenticationScheme)

屬性值

適用於