IOwinContext.Authentication Property

Gets the authentication middleware functionality available on the current request.

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

Syntax

'Declaration
ReadOnly Property Authentication As IAuthenticationManager 
    Get
'Usage
Dim instance As IOwinContext 
Dim value As IAuthenticationManager 

value = instance.Authentication
IAuthenticationManager Authentication { get; }
property IAuthenticationManager^ Authentication {
    IAuthenticationManager^ get ();
}
abstract Authentication : IAuthenticationManager
function get Authentication () : IAuthenticationManager

Property Value

Type: Microsoft.Owin.Security.IAuthenticationManager
The authentication middleware functionality available on the current request.

See Also

Reference

IOwinContext Interface

Microsoft.Owin Namespace