Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The HttpMessageHandler used to communicate with Google. This cannot be set at the same time as BackchannelCertificateValidator unless the value can be downcast to a WebRequestHandler.
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.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
GoogleOAuth2AuthenticationOptions Class
Microsoft.Owin.Security.Google Namespace
Return to top