Share via


AuthenticationOptions.RequireAuthenticatedSignIn Propiedad

Definición

Si es true, SignIn debe iniciarse si no se ha intentado con un usuario. Un usuario se considera autenticado si IsAuthenticated devuelve true para el ClaimsPrincipal asociado a la solicitud HTTP.

public:
 property bool RequireAuthenticatedSignIn { bool get(); void set(bool value); };
public bool RequireAuthenticatedSignIn { get; set; }
member this.RequireAuthenticatedSignIn : bool with get, set
Public Property RequireAuthenticatedSignIn As Boolean

Valor de propiedad

Se aplica a