Click or drag to resize
SaltGetSalt Method (UInt32)
Return salt for specific iteration.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public uint GetSalt(
	uint iteration
)

Parameters

iteration
Type: SystemUInt32
Number of iteration

Return Value

Type: UInt32
Salt

Implements

ISaltGetSalt(UInt32)
See Also