Compartir a través de


ExternalLoginsModel.OtherLogins Propiedad

Definición

Esta API admite la infraestructura de interfaz de usuario predeterminada de ASP.NET Core Identity y no está pensada para usarse directamente desde el código. Esta API puede cambiar o quitarse en versiones futuras.

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

Valor de propiedad

Se aplica a