OpenIdConnectAuthenticationOptions.BackchannelHttpHandler Property
The HttpMessageHandler used to retrieve metadata. This cannot be set at the same time as BackchannelCertificateValidator unless the value is a WebRequestHandler.
Namespace: Microsoft.Owin.Security.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
public HttpMessageHandler BackchannelHttpHandler { get; set; }
public:
property HttpMessageHandler^ BackchannelHttpHandler {
HttpMessageHandler^ get();
void set(HttpMessageHandler^ value);
}
member BackchannelHttpHandler : HttpMessageHandler with get, set
Public Property BackchannelHttpHandler As HttpMessageHandler
Property Value
Type: System.Net.Http.HttpMessageHandler
Returns HttpMessageHandler.
See Also
OpenIdConnectAuthenticationOptions Class
Microsoft.Owin.Security.OpenIdConnect Namespace
Return to top