MFAuthenticationHelperIsMultiFactorRequiredForUser Method |
Return if is required Multi Factor authentication for user.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax public static bool IsMultiFactorRequiredForUser(
string username
)
Parameters
- username
- Type: SystemString
Username
Return Value
Type:
BooleanIs multifactor authentication required.
See Also