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

属性值

适用于