Share via


UserManager<TUser, TKey>.PasswordValidator Property

Gets or sets the property used to validate passwords before persisting changes.

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

Syntax

public IIdentityValidator<string> PasswordValidator { get; set; }

Property Value

Type: Microsoft.AspNet.Identity.IIdentityValidator<String>
The property used to validate passwords before persisting changes.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity