Share via


IRoleStore<TRole, TKey>.FindByNameAsync Method

Asynchronously finds a role by name.

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

Syntax

Task<TRole> FindByNameAsync(
    string roleName
)

Parameters

Return Value

Type: System.Threading.Tasks.Task<TRole>
The task representing the asynchronous operation.

See Also

Reference

IRoleStore<TRole, TKey> Interface

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity