IOwinContext.Authentication Property

 

Gets the Authentication middleware functionality available on the current request.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

IAuthenticationManager Authentication { get; }
property IAuthenticationManager^ Authentication {
    IAuthenticationManager^ get();
}
abstract Authentication : IAuthenticationManager with get
ReadOnly Property Authentication As IAuthenticationManager

Property Value

Type: Microsoft.Owin.Security.IAuthenticationManager

The authentication middleware functionality available on the current request.

See Also

IOwinContext Interface
Microsoft.Owin Namespace

Return to top