Partager via


AuthenticationOptions.RequireAuthenticatedSignIn Propriété

Définition

Si la valeur est true, SignIn doit être levée si une tentative avec un utilisateur n’est pas authentifié. Un utilisateur est considéré comme authentifié si IsAuthenticated retourne true pour le ClaimsPrincipal associé à la requête 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

Valeur de propriété

S’applique à