SignInManager<TUser, TKey>.AuthenticationManager Property

 

Used to sign in identities

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

Syntax

public IAuthenticationManager AuthenticationManager { get; set; }
public:
property IAuthenticationManager^ AuthenticationManager {
    IAuthenticationManager^ get();
    void set(IAuthenticationManager^ value);
}
member AuthenticationManager : IAuthenticationManager with get, set
Public Property AuthenticationManager As IAuthenticationManager

Property Value

Type: Microsoft.Owin.Security.IAuthenticationManager

See Also

SignInManager<TUser, TKey> Class
Microsoft.AspNet.Identity.Owin Namespace

Return to top