JwtBearerOptions.BackchannelHttpHandler Property

Definition

The HttpMessageHandler used to retrieve metadata. This cannot be set at the same time as BackchannelCertificateValidator unless the value is 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