Share via


UserManager<TUser, TKey>.ClaimsIdentityFactory Property

Gets or sets the factory used to create claims identities from users.

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

Syntax

public IClaimsIdentityFactory<TUser, TKey> ClaimsIdentityFactory { get; set; }

Property Value

Type: Microsoft.AspNet.Identity.IClaimsIdentityFactory<TUser, TKey>
The factory used to create claims identities from users.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity