Share via


AuthenticationSchemeOptions.ForwardSignIn Proprietà

Definizione

Se impostato, questo specifica lo schema di destinazione a cui questo schema deve inoltrare chiamate SignInAsync. Ad esempio Context.SignInAsync("ThisScheme") => Context.SignInAsync("ForwardSignInValue"); Impostare la destinazione sullo schema corrente per disabilitare l'inoltro e consentire l'elaborazione normale.

public:
 property System::String ^ ForwardSignIn { System::String ^ get(); void set(System::String ^ value); };
public string ForwardSignIn { get; set; }
public string? ForwardSignIn { get; set; }
member this.ForwardSignIn : string with get, set
Public Property ForwardSignIn As String

Valore della proprietà

Si applica a