IOwinContext.Authentication Property
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.
Gets the Authentication middleware functionality available on the current request.
public Microsoft.Owin.Security.IAuthenticationManager Authentication { get; }
member this.Authentication : Microsoft.Owin.Security.IAuthenticationManager
Public ReadOnly Property Authentication As IAuthenticationManager
Property Value
The authentication middleware functionality available on the current request.