Show / Hide Table of Contents

Class DBC.PasswordRulesFields

Fields for PasswordRules, This table may contain one entry specifying rules for passwords.

Inheritance
Object
DBC.PasswordRulesFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class PasswordRulesFields

Fields

Flags

PasswordRules.Flags: Bitmask for flags

Declaration
public const string Flags = "flags"
Field Value
Type Description
String

MinCharacters

PasswordRules.MinCharacters: The minimum number of characters in the password in order to be valid.

Declaration
public const string MinCharacters = "min_characters"
Field Value
Type Description
String

MinLowercase

PasswordRules.MinLowercase: The minimum number of lowercase characters in the password in order to be valid.

Declaration
public const string MinLowercase = "min_lowercase"
Field Value
Type Description
String

MinNumbers

PasswordRules.MinNumbers: The minimum number of numbers in the password in order to be valid.

Declaration
public const string MinNumbers = "min_numbers"
Field Value
Type Description
String

MinSpecial

PasswordRules.MinSpecial: The minimum number of special characters in the password in order to be valid.

Declaration
public const string MinSpecial = "min_special"
Field Value
Type Description
String

MinUppercase

PasswordRules.MinUppercase: The minimum number of uppercase characters in the password in order to be valid.

Declaration
public const string MinUppercase = "min_uppercase"
Field Value
Type Description
String

PasswordRulesId

PasswordRules.PasswordRulesId: The primary key (auto-incremented)

Declaration
public const string PasswordRulesId = "id"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top