SignInManager<TUser, TKey>.UserManager Property

 

Used to operate on users

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

Syntax

public UserManager<TUser, TKey> UserManager { get; set; }
public:
property UserManager<TUser, TKey>^ UserManager {
    UserManager<TUser, TKey>^ get();
    void set(UserManager<TUser, TKey>^ value);
}
member UserManager : UserManager<'TUser, 'TKey> with get, set
Public Property UserManager As UserManager(Of TUser, TKey)

Property Value

Type: Microsoft.AspNet.Identity.UserManager<TUser, TKey>

See Also

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

Return to top