Condividi tramite


AuthenticationOptions.RequireAuthenticatedSignIn Proprietà

Definizione

Se true, SignIn deve generare se è stato tentato con un utente non è autenticato. Un utente viene considerato autenticato se IsAuthenticated restituisce true per la ClaimsPrincipal richiesta HTTP associata.

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

Valore della proprietà

Si applica a