MsalMtlsHttpClientFactory(IHttpClientFactory) Constructor
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.
Initializes a new instance of the MsalMtlsHttpClientFactory class using the specified HTTP client factory.
public MsalMtlsHttpClientFactory(System.Net.Http.IHttpClientFactory httpClientFactory);
new Microsoft.Identity.Web.MsalMtlsHttpClientFactory : System.Net.Http.IHttpClientFactory -> Microsoft.Identity.Web.MsalMtlsHttpClientFactory
Public Sub New (httpClientFactory As IHttpClientFactory)
Parameters
- httpClientFactory
- IHttpClientFactory
The factory used to create HttpClient instances for mutual TLS (mTLS) operations. Cannot be null.