AuthenticationHeaderParser.ParseAuthenticationHeaders Metodo

Definizione

Crea un set analizzato di parametri dall'oggetto fornito 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

Parametri

httpResponseHeaders
HttpResponseHeaders

Intestazioni di risposta HTTP.

Valori restituiti

Istanza di AuthenticationHeaderParser.

Commenti

Per i valori noti, ad esempio il nonce usato per Proof-of-Possession, il parser verificherà prima di tutto la presenza nelle WWW-Authenticate intestazioni Se non riesce a trovarlo, verificherà quindi i Authentication-Info parametri per il valore.

Si applica a