5 references to UserValidator
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
94
services.TryAddScoped<IUserValidator<TUser>,
UserValidator
<TUser>>();
Microsoft.Extensions.Identity.Core (4)
IdentityServiceCollectionExtensions.cs (1)
41
services.TryAddScoped<IUserValidator<TUser>,
UserValidator
<TUser>>();
UserValidator.cs (3)
20
/// Creates a new instance of <see cref="
UserValidator
{TUser}"/>.
29
/// Gets the <see cref="IdentityErrorDescriber"/> used to provider error messages for the current <see cref="
UserValidator
{TUser}"/>.
31
/// <value>The <see cref="IdentityErrorDescriber"/> used to provider error messages for the current <see cref="
UserValidator
{TUser}"/>.</value>