RemoteAuthenticationOptions.BackchannelHttpHandler Property
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.
The HttpMessageHandler used to communicate with remote identity provider. This cannot be set at the same time as BackchannelCertificateValidator unless the value can be downcast to a WebRequestHandler.
public:
property System::Net::Http::HttpMessageHandler ^ BackchannelHttpHandler { System::Net::Http::HttpMessageHandler ^ get(); void set(System::Net::Http::HttpMessageHandler ^ value); };
public System.Net.Http.HttpMessageHandler BackchannelHttpHandler { get; set; }
public System.Net.Http.HttpMessageHandler? BackchannelHttpHandler { get; set; }
member this.BackchannelHttpHandler : System.Net.Http.HttpMessageHandler with get, set
Public Property BackchannelHttpHandler As HttpMessageHandler