Microsoft.Identity.Client.PlatformsCommon.Shared.SimpleHttpClientFactory
class SimpleHttpClientFactory : IMsalMtlsHttpClientFactory, IMsalHttpClientFactory, IMsalSFHttpClientFactory
A simple implementation of the HttpClient factory that uses a managed HttpClientHandler
public SimpleHttpClientFactory()
public HttpClient GetHttpClient(Func<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, bool> validateServerCert)