AuthenticationHeaderParser.ParseAuthenticationHeaders メソッド

定義

指定された HttpResponseHeadersから解析されたパラメーターのセットを作成します。

public static Microsoft.Identity.Client.AuthenticationHeaderParser ParseAuthenticationHeaders(System.Net.Http.Headers.HttpResponseHeaders httpResponseHeaders);
static member ParseAuthenticationHeaders : System.Net.Http.Headers.HttpResponseHeaders -> Microsoft.Identity.Client.AuthenticationHeaderParser
Public Shared Function ParseAuthenticationHeaders (httpResponseHeaders As HttpResponseHeaders) As AuthenticationHeaderParser

パラメーター

httpResponseHeaders
HttpResponseHeaders

HTTP 応答ヘッダー。

返品

AuthenticationHeaderParserのインスタンス。

注釈

所有証明に使用される nonce などの既知の値の場合、パーサーは最初に WWW-Authenticate ヘッダーで検索します。見つからない場合は、値の Authentication-Info パラメーターを確認します。

適用対象