OwinContext.Authentication Property
Gets the Authentication middleware functionality available on the current request.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public IAuthenticationManager Authentication { get; }
public:
property IAuthenticationManager^ Authentication {
virtual IAuthenticationManager^ get() sealed;
}
abstract Authentication : IAuthenticationManager with get
override Authentication : IAuthenticationManager with get
Public ReadOnly Property Authentication As IAuthenticationManager
Property Value
Type: Microsoft.Owin.Security.IAuthenticationManager
The authentication middleware functionality available on the current request.
Implements
See Also
OwinContext Class
Microsoft.Owin Namespace
Return to top