Click or drag to resize
MFAuthenticationHelperIssuePasscodeInternal 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#
protected virtual void IssuePasscodeInternal(
	string username
)

Parameters

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