Click or drag to resize
MFAuthenticationHelperIsMultiFactorRequiredForUser Method
Indicates whether MFA is required for the given user.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 11.0.0
Syntax
C#
public static bool IsMultiFactorRequiredForUser(
	string username
)

Parameters

username
Type: SystemString
Username of user to check.

Return Value

Type: Boolean
See Also