WsFederationAuthenticationOptions.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.WsFederation
Assembly:  Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)

Syntax

'Declaration
Public Property BackchannelHttpHandler As HttpMessageHandler 
    Get 
    Set
'Usage
Dim instance As WsFederationAuthenticationOptions 
Dim value As HttpMessageHandler 

value = instance.BackchannelHttpHandler

instance.BackchannelHttpHandler = value
public HttpMessageHandler BackchannelHttpHandler { get; set; }
public:
property HttpMessageHandler^ BackchannelHttpHandler {
    HttpMessageHandler^ get ();
    void set (HttpMessageHandler^ value);
}
member BackchannelHttpHandler : HttpMessageHandler with get, set
function get BackchannelHttpHandler () : HttpMessageHandler 
function set BackchannelHttpHandler (value : HttpMessageHandler)

Property Value

Type: HttpMessageHandler
Returns HttpMessageHandler.

See Also

Reference

WsFederationAuthenticationOptions Class

Microsoft.Owin.Security.WsFederation Namespace