Share via


HttpRequestMessageExtensions.GetAuthenticationManager Method

Definition

Returns the Microsoft.Owin.Security.IAuthenticationManager for the specified request.

public static Microsoft.Owin.Security.IAuthenticationManager GetAuthenticationManager(this System.Net.Http.HttpRequestMessage request);
static member GetAuthenticationManager : System.Net.Http.HttpRequestMessage -> Microsoft.Owin.Security.IAuthenticationManager
<Extension()>
Public Function GetAuthenticationManager (request As HttpRequestMessage) As IAuthenticationManager

Parameters

request
System.Net.Http.HttpRequestMessage

The current System.Net.Http.HttpRequestMessage.

Returns

Microsoft.Owin.Security.IAuthenticationManager

The Microsoft.Owin.Security.IAuthenticationManager

Applies to