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