Click or drag to resize
MFAuthenticationHelperResetSecretForUser Method
Resets the user's current MFA information.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 11.0.0
Syntax
C#
public static void ResetSecretForUser(
	UserInfo user
)

Parameters

user
Type: CMS.MembershipUserInfo
UserInfo whose MFA secret will be reset.
Remarks
The user's authenticator has to be resynchronized when logging in again.
See Also