AuthenticationSchemeOptions.ForwardForbid プロパティ

定義

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

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

プロパティ値

適用対象