ClaimsIdentityFactory<TUser, TKey> Constructor ()
Initializes a new instance of the ClaimsIdentityFactory<TUser, TKey> class.
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
Syntax
public ClaimsIdentityFactory()
public:
ClaimsIdentityFactory()
new : unit -> ClaimsIdentityFactory
Public Sub New
See Also
ClaimsIdentityFactory<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity
Return to top