IOwinContext::Authentication Property

 

Gets the Authentication middleware functionality available on the current request.

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

property IAuthenticationManager^ Authentication {
	IAuthenticationManager^ get();
}

Property Value

Type: Microsoft.Owin.Security::IAuthenticationManager^

The authentication middleware functionality available on the current request.

Return to top
Show: