OwinContext.Authentication Property
Gets the Authentication middleware functionality available on the current request.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public ReadOnly Property Authentication As IAuthenticationManager
Get
'Usage
Dim instance As OwinContext
Dim value As IAuthenticationManager
value = instance.Authentication
public IAuthenticationManager Authentication { get; }
public:
virtual property IAuthenticationManager^ Authentication {
IAuthenticationManager^ get () sealed;
}
abstract Authentication : IAuthenticationManager
override Authentication : IAuthenticationManager
final function get Authentication () : IAuthenticationManager
Property Value
Type: Microsoft.Owin.Security.IAuthenticationManager
The Authentication middleware functionality available on the current request.