Table of Contents

Enum PasswordGenerator.SecurityLevel

Namespace
Dynamicweb.Security.Utilities
Assembly
Dynamicweb.Core.dll

Enumeration representing the security level for a generated password

public enum PasswordGenerator.SecurityLevel

Fields

High = 2

High password security restrict the minimum length of a password a lot and limits the possible characters in the password a little

Low = 0

Low password security restrict the minimum length of a password a little and limits the possible characters in the password a lot

Medium = 1

Medium password security restrict the minimum length of a password somewhat and limits the possible characters in the password a lot

To top