你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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