1 implementation of ValidateAsync
Microsoft.Extensions.Identity.Core (1)
RoleValidator.cs (1)
34public virtual async Task<IdentityResult> ValidateAsync(RoleManager<TRole> manager, TRole role)
1 reference to ValidateAsync
Microsoft.Extensions.Identity.Core (1)
RoleManager.cs (1)
402var result = await v.ValidateAsync(this, role).ConfigureAwait(false);