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

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 11.0.0
Syntax
C#
protected virtual void ResetSecretForUserInternal(
	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