Create new HmacSalt object with specified by token indentificator and number of iteration.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax public Salt(
string tokenId,
uint iteration
)
Parameters
- tokenId
- Type: SystemString
Unique identification of token generator. - iteration
- Type: SystemUInt32
Number of iteration.
See Also