| MFAuthenticationHelperMFAuthenticateUser Method | 
            Authenticate given user with multi-factor authentication.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also