Click or drag to resize

UsersRepositoryPasswordFormat Class

Allowed values for the PasswordFormat data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.Systems.SecurityUsersRepositoryPasswordFormat

Namespace:  Aloe.EnterpriseOne.Model.Systems.Security
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class PasswordFormat : Enum

The UsersRepositoryPasswordFormat type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAspNetCoreV3
Store passwords in v3 format used by ASP.NET Core. Stored as 'AN3'.
Public fieldStatic memberMD5
Store password in the old format, used by the Windows App. Stored as 'MD5'.
Public fieldvalue__
Top
See Also