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