From 15534471f2eb8ba4fde37e43cf0954836cd86fcd Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 25 Apr 2021 21:37:52 +0800 Subject: ... --- .../Timeline/Services/User/Resource.Designer.cs | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to 'BackEnd/Timeline/Services/User/Resource.Designer.cs') diff --git a/BackEnd/Timeline/Services/User/Resource.Designer.cs b/BackEnd/Timeline/Services/User/Resource.Designer.cs index d64a7aab..4f75b055 100644 --- a/BackEnd/Timeline/Services/User/Resource.Designer.cs +++ b/BackEnd/Timeline/Services/User/Resource.Designer.cs @@ -69,6 +69,69 @@ namespace Timeline.Services.User { } } + /// + /// Looks up a localized string similar to The hashes password is of bad format. It might not be created by server. Reason: {0}. + /// + internal static string ExceptionHashedPasswordBadFormat { + get { + return ResourceManager.GetString("ExceptionHashedPasswordBadFormat", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Decoded hashed password is of length 0.. + /// + internal static string ExceptionHashedPasswordBadFormatReasonLength0 { + get { + return ResourceManager.GetString("ExceptionHashedPasswordBadFormatReasonLength0", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Not of valid base64 format. See inner exception.. + /// + internal static string ExceptionHashedPasswordBadFormatReasonNotBase64 { + get { + return ResourceManager.GetString("ExceptionHashedPasswordBadFormatReasonNotBase64", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to See inner exception.. + /// + internal static string ExceptionHashedPasswordBadFormatReasonOthers { + get { + return ResourceManager.GetString("ExceptionHashedPasswordBadFormatReasonOthers", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Salt length < 128 bits.. + /// + internal static string ExceptionHashedPasswordBadFormatReasonSaltTooShort { + get { + return ResourceManager.GetString("ExceptionHashedPasswordBadFormatReasonSaltTooShort", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Subkey length < 128 bits.. + /// + internal static string ExceptionHashedPasswordBadFormatReasonSubkeyTooShort { + get { + return ResourceManager.GetString("ExceptionHashedPasswordBadFormatReasonSubkeyTooShort", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unknown format marker.. + /// + internal static string ExceptionHashedPasswordBadFormatReasonUnknownMarker { + get { + return ResourceManager.GetString("ExceptionHashedPasswordBadFormatReasonUnknownMarker", resourceCulture); + } + } + /// /// Looks up a localized string similar to Nickname is of bad format. {0}. /// -- cgit v1.2.3