AuthenticationHeaderParser.ParseAuthenticationHeaders Método

Definição

Cria um conjunto analisado de parâmetros do fornecido 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

Parâmetros

httpResponseHeaders
HttpResponseHeaders

Cabeçalhos de resposta HTTP.

Retornos

Uma instância de AuthenticationHeaderParser.

Comentários

Para valores conhecidos, como o nonce usado para Prova de Posse, o analisador primeiro verificará se ele está nos WWW-Authenticate cabeçalhos se ele não puder encontrá-lo, ele verificará os Authentication-Info parâmetros do valor.

Aplica-se a