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