Ambition.Authorization.PasswordType
Description:
Content:
Classes:
- MD5 - MD5 PasswordType,
returning a 32 character hex string.
- SHA256 - SHA256
PasswordType, returning a 64 character hex string.
- SHA1 - SHA1 PasswordType,
returning a 40 character hex string.
- Hashed - Hashed
PasswordType base class, not to be used by itself.