| MFAuthenticationHelperIssuePasscode Method | 
            Gets passcode for user and fires MultiFactorAuthenticate event.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string IssuePasscode(
	string username,
	string password = ""
)
Parameters
- username
- Type: SystemString
 User name.
- password (Optional)
- Type: SystemString
 Password.
Return Value
Type: 
StringPasscode for user.
 See Also
See Also