AuthenticationHeaderParser.ParseAuthenticationHeaders メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された 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 パラメーターを確認します。