AuthenticationOptions.RequireAuthenticatedSignIn Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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