AuthorityResolver 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.
Probes API endpoint to elicit a 401 response with the WWW-Authenticate header and processes the found information
public sealed class AuthorityResolver
type AuthorityResolver = class
Public NotInheritable Class AuthorityResolver
- Inheritance
-
AuthorityResolver
Constructors
AuthorityResolver(HttpClient, Action<TraceEventType,String>) |
instantiate resolver, using specified HttpClient to be used. |
Methods
ProbeForExpectedAuthentication(Uri, Boolean) |
Attemtps to solicit a WWW-Authenticate reply using an unauthenticated GET call to the given endpoint. Parses returned header for details |