54 references to Resources
Microsoft.Extensions.Identity.Core (54)
artifacts\obj\Microsoft.Extensions.Identity.Core\Release\net462\Microsoft.Extensions.Identity.Core.Resources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Resources)));
IdentityBuilder.cs (6)
148throw new InvalidOperationException(Resources.FormatInvalidManagerType(provider.Name, "IUserTwoFactorTokenProvider", UserType.Name)); 180throw new InvalidOperationException(Resources.FormatInvalidManagerType(customType.Name, "UserManager", UserType.Name)); 214throw new InvalidOperationException(Resources.NoRoleType); 245throw new InvalidOperationException(Resources.NoRoleType); 260throw new InvalidOperationException(Resources.NoRoleType); 266throw new InvalidOperationException(Resources.FormatInvalidManagerType(customType.Name, "RoleManager", RoleType.Name));
IdentityErrorDescriber.cs (22)
25Description = Resources.DefaultError 38Description = Resources.ConcurrencyFailure 51Description = Resources.PasswordMismatch 64Description = Resources.InvalidToken 77Description = Resources.RecoveryCodeRedemptionFailed 90Description = Resources.LoginAlreadyAssociated 104Description = Resources.FormatInvalidUserName(userName) 118Description = Resources.FormatInvalidEmail(email) 132Description = Resources.FormatDuplicateUserName(userName) 146Description = Resources.FormatDuplicateEmail(email) 160Description = Resources.FormatInvalidRoleName(role) 174Description = Resources.FormatDuplicateRoleName(role) 187Description = Resources.UserAlreadyHasPassword 200Description = Resources.UserLockoutNotEnabled 214Description = Resources.FormatUserAlreadyInRole(role) 228Description = Resources.FormatUserNotInRole(role) 242Description = Resources.FormatPasswordTooShort(length) 256Description = Resources.FormatPasswordRequiresUniqueChars(uniqueChars) 269Description = Resources.PasswordRequiresNonAlphanumeric 282Description = Resources.PasswordRequiresDigit 295Description = Resources.PasswordRequiresLower 308Description = Resources.PasswordRequiresUpper
PasswordHasher.cs (2)
60throw new InvalidOperationException(Resources.InvalidPasswordHasherIterationCount); 65throw new InvalidOperationException(Resources.InvalidPasswordHasherCompatibilityMode);
RoleManager.cs (2)
112throw new NotSupportedException(Resources.StoreNotIQueryableRoleStore); 442throw new NotSupportedException(Resources.StoreNotIRoleClaimStore);
UserManager.cs (21)
126throw new InvalidOperationException(Resources.StoreNotIProtectedUserStore); 130throw new InvalidOperationException(Resources.NoPersonalDataProtector); 386throw new NotSupportedException(Resources.StoreNotIQueryableUserStore); 828throw new InvalidOperationException(Resources.NullSecurityStamp); 1557throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 1587throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 1645throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 1672throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 2149throw new NotSupportedException(Resources.StoreNotIUserTwoFactorStore); 2159throw new NotSupportedException(Resources.StoreNotIUserLockoutStore); 2168throw new NotSupportedException(Resources.StoreNotIUserEmailStore); 2183throw new NotSupportedException(Resources.StoreNotIUserPhoneNumberStore); 2239throw new NotSupportedException(Resources.StoreNotIUserRoleStore); 2261throw new NotSupportedException(Resources.StoreNotIUserLoginStore); 2271throw new NotSupportedException(Resources.StoreNotIUserSecurityStampStore); 2281throw new NotSupportedException(Resources.StoreNotIUserClaimStore); 2306throw new InvalidOperationException(Resources.NullSecurityStamp); 2388throw new NotSupportedException(Resources.StoreNotIUserAuthenticatorKeyStore); 2398throw new NotSupportedException(Resources.StoreNotIUserTwoFactorRecoveryCodeStore); 2408throw new NotSupportedException(Resources.StoreNotIUserAuthenticationTokenStore); 2418throw new NotSupportedException(Resources.StoreNotIUserPasswordStore);