IOwinContext.Authentication Property

Definition

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.

Applies to