MFAuthenticationHelperIsMultiFactorRequiredForUserInternal Method |
Indicates whether MFA is required for the given user.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax protected virtual bool IsMultiFactorRequiredForUserInternal(
string username
)
Parameters
- username
- Type: SystemString
Username of user to check.
Return Value
Type:
BooleanSee Also