AuthenticationOptions.DefaultChallengeScheme Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Usado como o esquema padrão 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