Click or drag to resize
MFAuthenticationHelperIssuePasscode Method
Fires the MultiFactorAuthenticate event. Generates a new secret in case the user has none.

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

Parameters

username
Type: SystemString
User who is being authenticated.
See Also