Click or drag to resize

PasswordFormat Fields

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