| TokenValidatorGetPasscodeFromCredentials Method | 
            Compute server side passcodes for comparation. 
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic string GetPasscodeFromCredentials(
	string tokenId,
	string username,
	uint iteration
)
Parameters
- tokenId
- Type: SystemString
 Unique identification for tooken generator.
- username
- Type: SystemString
 Username for logging in.
- iteration
- Type: SystemUInt32
 Number of iteration.
Return Value
Type: 
StringPasscode computed for credentials.
 See Also
See Also