Click or drag to resize

UserStoreTSetTwoFactorEnabledAsync Method

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

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public Task SetTwoFactorEnabledAsync(
	T user,
	bool enabled
)

Parameters

user
Type: T

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

enabled
Type: SystemBoolean

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

Return Value

Type: Task

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

Implements

IUserTwoFactorStore.SetTwoFactorEnabledAsync(UTP, Boolean)
See Also