Share via


AuthenticationOptions.AutomaticChallenge Propiedad

Definición

Si es true, el middleware de autenticación debe controlar el desafío automático. Si es false, el middleware de autenticación solo modificará las respuestas cuando se indique explícitamente mediante AuthenticationScheme.

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

Valor de propiedad

Se aplica a