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 lo indique explícitamente 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

Boolean

Se aplica a