AuthenticationHeaderParser Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parsed authentication headers to retrieve header values from HttpResponseHeaders.
public class AuthenticationHeaderParser
type AuthenticationHeaderParser = class
Public Class AuthenticationHeaderParser
- Inheritance
-
AuthenticationHeaderParser
Constructors
AuthenticationHeaderParser() |
Properties
AuthenticationInfoParameters |
Parameters returned by the |
PopNonce |
Nonce parsed from HttpResponseHeaders. This is acquired from the Proof-of-Possession |
WwwAuthenticateParameters |
Parameters returned by the |
Methods
ParseAuthenticationHeaders(HttpResponseHeaders) |
Creates a parsed set of parameters from the provided HttpResponseHeaders. |
ParseAuthenticationHeadersAsync(String, CancellationToken) |
Creates the authentication parameters by attempting to call the resource unauthenticated and analyzing the response. |
ParseAuthenticationHeadersAsync(String, HttpClient, CancellationToken) |
Creates the authenticate parameters by attempting to call the resource unauthenticated, and analyzing the response. |