ExternalLoginsModel.CurrentLogins Vlastnost

Definice

Toto rozhraní API podporuje výchozí infrastrukturu uživatelského rozhraní ASP.NET Core Identity a není určená k použití přímo z vašeho kódu. Toto rozhraní API se může v budoucích verzích změnit nebo odebrat.

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)

Hodnota vlastnosti

IList<UserLoginInfo>

Platí pro