Table of Contents

Enum UserPasswordHashAlgorithm

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Core.dll

Represents the type of password hash algorithm.

public enum UserPasswordHashAlgorithm

Fields

MD5 = 0

MD5 hash (default).

SHA512 = 1

SHA512 hash.

To top