Click or drag to resize
ISalt Interface
Interface providing security salt.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public interface ISalt
Methods
  NameDescription
Public methodGetSalt
Method providing salt specified by default iteration.
Public methodGetSalt(UInt32)
Method providing salt specified by concrete iteration.
Top
See Also