RemoteAuthenticationOptions.BackchannelHttpHandler Property

Definition

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; }
member this.BackchannelHttpHandler : System.Net.Http.HttpMessageHandler with get, set
Public Property BackchannelHttpHandler As HttpMessageHandler

Property Value

Applies to