AuthenticationSchemeOptions.ForwardSignIn プロパティ

定義

設定されている場合、このスキームで SignInAsync 呼び出しを転送するターゲット スキームを指定します。 たとえば、Context.SignInAsync("ThisScheme") => Context.SignInAsync("ForwardSignInValue");ターゲットを現在のスキームに設定して、転送を無効にし、通常の処理を許可します。

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

プロパティ値

適用対象