Enum UserPasswordHashAlgorithm
- Namespace
- Dynamicweb.Security.UserManagement
- Assembly
- Dynamicweb.Security.dll
Represents the type of password hash algorithm.
public enum UserPasswordHashAlgorithm
Fields
MD5 = 0- MD5 hash (default).
SHA512 = 1- SHA512 hash.