HttpRequestMessageExtensions.GetAuthenticationManager Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The Microsoft.Owin.Security.IAuthenticationManager