JwtBearerOptions.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 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