RegisterModel.ExternalLogins 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> 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)

Valor de propiedad

IList<AuthenticationScheme>

Se aplica a