Click or drag to resize
Salt Constructor
Create new HmacSalt object with specified by token indentificator and number of iteration.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public Salt(
	string tokenId,
	uint iteration
)

Parameters

tokenId
Type: SystemString
Unique identification of token generator.
iteration
Type: SystemUInt32
Number of iteration.
See Also