AuthenticationHandler<TOptions>.ResolveTarget(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resolves the scheme that this authentication operation is forwarded to.
protected:
virtual System::String ^ ResolveTarget(System::String ^ scheme);
protected virtual string ResolveTarget (string scheme);
protected virtual string? ResolveTarget (string? scheme);
abstract member ResolveTarget : string -> string
override this.ResolveTarget : string -> string
Protected Overridable Function ResolveTarget (scheme As String) As String
Parameters
- scheme
- String
The scheme to forward. One of ForwardAuthenticate, ForwardChallenge, ForwardForbid, ForwardSignIn, or ForwardSignOut.
Returns
The forwarded scheme or null
.