OwinHttpConfigurationExtensions.SuppressDefaultHostAuthentication Method (HttpConfiguration)

 

Enables suppression of the host's default authentication.

Namespace:   System.Web.Http
Assembly:  System.Web.Http.Owin (in System.Web.Http.Owin.dll)

Syntax

public static void SuppressDefaultHostAuthentication(
    this HttpConfiguration configuration
)
public:
[ExtensionAttribute]
static void SuppressDefaultHostAuthentication(
    HttpConfiguration^ configuration
)
static member SuppressDefaultHostAuthentication : 
        configuration:HttpConfiguration -> unit
<ExtensionAttribute>
Public Shared Sub SuppressDefaultHostAuthentication (
    configuration As HttpConfiguration
)

Parameters

See Also

OwinHttpConfigurationExtensions Class
System.Web.Http Namespace

Return to top