AuthenticationSchemeOptions.ForwardAuthenticate 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.
Se impostato, questo specifica lo schema di destinazione a cui questo schema deve inoltrare chiamate AuthenticationAsync. Ad esempio Context.AuthenticationAsync("ThisScheme") => Context.AuthenticationAsync("ForwardAuthenticateValue"); Impostare la destinazione sullo schema corrente per disabilitare l'inoltro e consentire l'elaborazione normale.
public:
property System::String ^ ForwardAuthenticate { System::String ^ get(); void set(System::String ^ value); };
public string ForwardAuthenticate { get; set; }
public string? ForwardAuthenticate { get; set; }
member this.ForwardAuthenticate : string with get, set
Public Property ForwardAuthenticate As String