Click or drag to resize
MFAuthenticationHelperMFAuthenticateUser Method
Authenticate given user with multi-factor authentication.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static void MFAuthenticateUser(
	string userName,
	bool rememberMeSet
)

Parameters

userName
Type: SystemString
User name
rememberMeSet
Type: SystemBoolean
Indicates if persistent cookie should be created
See Also