AuthenticationOptions.DefaultAuthenticateScheme 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 AuthenticateAsync(HttpContext, String).
public:
property System::String ^ DefaultAuthenticateScheme { System::String ^ get(); void set(System::String ^ value); };
public string DefaultAuthenticateScheme { get; set; }
public string? DefaultAuthenticateScheme { get; set; }
member this.DefaultAuthenticateScheme : string with get, set
Public Property DefaultAuthenticateScheme As String