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