Click or drag to resize

UserStoreTIsInRoleAsync Method

[Missing <summary> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.IsInRoleAsync(`0,System.String)"]

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public Task<bool> IsInRoleAsync(
	T user,
	string roleName
)

Parameters

user
Type: T

[Missing <param name="user"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.IsInRoleAsync(`0,System.String)"]

roleName
Type: SystemString

[Missing <param name="roleName"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.IsInRoleAsync(`0,System.String)"]

Return Value

Type: TaskBoolean

[Missing <returns> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.IsInRoleAsync(`0,System.String)"]

Implements

IUserRoleStore.IsInRoleAsync(UTP, String)
See Also