Click or drag to resize
MFAuthenticationHelperGetSetupCodeForUser Method
Returns the setup code that should be used to synchronize with the user's authenticator.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 11.0.0
Syntax
C#
public static string GetSetupCodeForUser(
	string username
)

Parameters

username
Type: SystemString
Username of user who is being authenticated.

Return Value

Type: String
See Also