Udostępnij za pośrednictwem


ClaimsChallengeHandler Class

Definition

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)

Applies to