UserStoreTGetTwoFactorEnabledAsync Method |
[Missing <summary> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.GetTwoFactorEnabledAsync(`0)"]
Namespace:
VelocityDBExtensions2.AspNet.Identity
Assembly:
VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax public Task<bool> GetTwoFactorEnabledAsync(
T user
)
Public Function GetTwoFactorEnabledAsync (
user As T
) As Task(Of Boolean)
public:
virtual Task<bool>^ GetTwoFactorEnabledAsync(
T user
) sealed
abstract GetTwoFactorEnabledAsync :
user : 'T -> Task<bool>
override GetTwoFactorEnabledAsync :
user : 'T -> Task<bool>
Parameters
- user
- Type: T
[Missing <param name="user"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.GetTwoFactorEnabledAsync(`0)"]
Return Value
Type:
TaskBoolean[Missing <returns> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.GetTwoFactorEnabledAsync(`0)"]
Implements
IUserTwoFactorStore.GetTwoFactorEnabledAsync(UTP)See Also