AuthenticationSchemeOptions.ForwardChallenge プロパティ

定義

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

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

プロパティ値

適用対象