ExternalLoginsModel.CurrentLogins プロパティ

定義

この API は、ASP.NET Core ID の既定の UI インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。 この API は、今後のリリースで変更または削除される可能性があります。

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

プロパティ値

適用対象