AuthenticationOptions.DefaultAuthenticateScheme Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Używany jako schemat domyślny przez 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