ClaimsChallengeHandler Class
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.
public class ClaimsChallengeHandler : System.Net.Http.DelegatingHandler, ICloneable
type ClaimsChallengeHandler = class
inherit DelegatingHandler
interface ICloneable
Public Class ClaimsChallengeHandler
Inherits DelegatingHandler
Implements ICloneable
- Inheritance
-
ClaimsChallengeHandler
- Implements
Constructors
ClaimsChallengeHandler(IClaimsChallengeProcessor) |
Methods
Clone() | |
OnChallengeAsync(HttpRequestMessage, HttpResponseMessage, CancellationToken) |
Executed in the event a 401 response with a WWW-Authenticate authentication challenge header is received after the initial request. |
SendAsync(HttpRequestMessage, CancellationToken) |