Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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