AuthenticationOptions.DefaultAuthenticateScheme Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Usato come schema predefinito da 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