Click or drag to resize
Salt Class
Class providing security salt.
Inheritance Hierarchy
SystemObject
  CMS.MembershipSalt

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
public class Salt : ISalt

The Salt type exposes the following members.

Constructors
  NameDescription
Public methodSalt
Create new HmacSalt object with specified by token indentificator and number of iteration.
Top
Methods
  NameDescription
Public methodGetSalt
Return salt for default iteration specified in constructor.
Public methodGetSalt(UInt32)
Return salt for specific iteration.
Top
See Also