Share via


UserManager<TUser, TKey>.UserTokenProvider Property

Gets or sets a property used for generating reset password and confirmation tokens.

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

Syntax

public IUserTokenProvider<TUser, TKey> UserTokenProvider { get; set; }

Property Value

Type: Microsoft.AspNet.Identity.IUserTokenProvider<TUser, TKey>
A property used for generating reset password and confirmation tokens.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity