Click or drag to resize
MFAuthenticationHelperIssuePasscode Method
Gets passcode for user and fires MultiFactorAuthenticate event.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static string IssuePasscode(
	string username,
	string password = ""
)

Parameters

username
Type: SystemString
User name.
password (Optional)
Type: SystemString
Password.

Return Value

Type: String
Passcode for user.
See Also