Hashed


Object Hierarchy:

Object hierarchy for Hashed

Description:

public abstract class Hashed : Object, IPasswordType

Hashed PasswordType base class, not to be used by itself.

Application configuration can have two options: * pre_salt: Added before the password value when being hashed. * post_salt: Added after the password value when being hashed. * iterations: Number of times to hash the resulting string.

The same options can be passed at the time of conversion, but they will override application values, not added to them.

All known sub-classes:
 

Package: ambition

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from interface Ambition.Authorization.IPasswordType