60 references to Resources
Microsoft.AspNetCore.Identity.Test (5)
UserManagerTest.cs (5)
607Assert.Contains(Extensions.Identity.Core.Resources.NullSecurityStamp, ex.Message); 624Assert.Contains(Extensions.Identity.Core.Resources.NullSecurityStamp, ex.Message); 1015var error = Extensions.Identity.Core.Resources.StoreNotIUserAuthenticationTokenStore; 1026var error = Extensions.Identity.Core.Resources.StoreNotIUserAuthenticatorKeyStore; 1036var error = Extensions.Identity.Core.Resources.StoreNotIUserTwoFactorRecoveryCodeStore;
Microsoft.Extensions.Identity.Core (55)
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 (22)
126throw new InvalidOperationException(Resources.StoreNotIProtectedUserStore); 130throw new InvalidOperationException(Resources.NoPersonalDataProtector); 401throw new NotSupportedException(Resources.StoreNotIQueryableUserStore); 843throw new InvalidOperationException(Resources.NullSecurityStamp); 1572throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 1602throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 1660throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 1687throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 2251throw new NotSupportedException(Resources.StoreNotIUserTwoFactorStore); 2261throw new NotSupportedException(Resources.StoreNotIUserLockoutStore); 2270throw new NotSupportedException(Resources.StoreNotIUserEmailStore); 2285throw new NotSupportedException(Resources.StoreNotIUserPhoneNumberStore); 2341throw new NotSupportedException(Resources.StoreNotIUserRoleStore); 2363throw new NotSupportedException(Resources.StoreNotIUserLoginStore); 2373throw new NotSupportedException(Resources.StoreNotIUserSecurityStampStore); 2383throw new NotSupportedException(Resources.StoreNotIUserClaimStore); 2408throw new InvalidOperationException(Resources.NullSecurityStamp); 2490throw new NotSupportedException(Resources.StoreNotIUserAuthenticatorKeyStore); 2500throw new NotSupportedException(Resources.StoreNotIUserTwoFactorRecoveryCodeStore); 2510throw new NotSupportedException(Resources.StoreNotIUserAuthenticationTokenStore); 2520throw new NotSupportedException(Resources.StoreNotIUserPasswordStore); 2530throw new NotSupportedException(Resources.StoreNotIUserPasskeyStore);