AuthenticationOptions.DefaultChallengeScheme Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Se usa como esquema predeterminado por ChallengeAsync(HttpContext, String, AuthenticationProperties).
public:
property System::String ^ DefaultChallengeScheme { System::String ^ get(); void set(System::String ^ value); };
public string DefaultChallengeScheme { get; set; }
public string? DefaultChallengeScheme { get; set; }
member this.DefaultChallengeScheme : string with get, set
Public Property DefaultChallengeScheme As String