AuthenticationOptions.RequireAuthenticatedSignIn Propriedade

Definição

Se for true, o SignIn deverá ser gerado se a tentativa com um usuário não for autenticada. Um usuário será considerado autenticado se IsAuthenticated retornar true para o ClaimsPrincipal associado à solicitação 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 da propriedade

Aplica-se a