AuthenticationHeaderParser 클래스

정의

에서 헤더 값을 HttpResponseHeaders검색하기 위해 인증 헤더를 구문 분석했습니다.

public class AuthenticationHeaderParser
type AuthenticationHeaderParser = class
Public Class AuthenticationHeaderParser
상속
AuthenticationHeaderParser

생성자

Name Description
AuthenticationHeaderParser()

에서 헤더 값을 HttpResponseHeaders검색하기 위해 인증 헤더를 구문 분석했습니다.

속성

Name Description
AuthenticationInfoParameters

헤더에서 반환된 매개 변수입니다 Authentication-Info . 이를 통해 소유 증명과 같은 더 복잡한 인증 시나리오를 사용할 수 있습니다.

PopNonce

에서 구문 분석된 HttpResponseHeadersNonce 이는 소유 WWW-Authenticate 증명 헤더 또는 Authentication-Info 헤더에서 가져옵니다.

WwwAuthenticateParameters

헤더에서 반환된 매개 변수입니다 WWW-Authenticate . 이렇게 하면 클레임 챌린지, CAE(지속적인 액세스 평가) 및 조건부 액세스 인증 컨텍스트와 같은 동적 시나리오를 사용할 수 있습니다. 자세한 내용은 설명서를 참조하세요 .

메서드

Name Description
ParseAuthenticationHeaders(HttpResponseHeaders)

제공된 매개 변수에서 구문 분석된 매개 변수 집합을 HttpResponseHeaders만듭니다.

ParseAuthenticationHeadersAsync(String, CancellationToken)

인증되지 않은 리소스를 호출하고 응답을 분석하여 인증 매개 변수를 만듭니다.

ParseAuthenticationHeadersAsync(String, HttpClient, CancellationToken)

인증되지 않은 리소스를 호출하고 응답을 분석하여 인증 매개 변수를 만듭니다.

적용 대상