60 references to Resources
Microsoft.AspNetCore.Identity.Test (5)
UserManagerTest.cs (5)
687Assert.Contains(Extensions.Identity.Core.Resources.NullSecurityStamp, ex.Message); 714Assert.Contains(Extensions.Identity.Core.Resources.NullSecurityStamp, ex.Message); 1272var error = Extensions.Identity.Core.Resources.StoreNotIUserAuthenticationTokenStore; 1283var error = Extensions.Identity.Core.Resources.StoreNotIUserAuthenticatorKeyStore; 1293var error = Extensions.Identity.Core.Resources.StoreNotIUserTwoFactorRecoveryCodeStore;
Microsoft.Extensions.Identity.Core (55)
artifacts\obj\Microsoft.Extensions.Identity.Core\Release\net10.0\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)
128throw new InvalidOperationException(Resources.StoreNotIProtectedUserStore); 132throw new InvalidOperationException(Resources.NoPersonalDataProtector); 408throw new NotSupportedException(Resources.StoreNotIQueryableUserStore); 974throw new InvalidOperationException(Resources.NullSecurityStamp); 1880throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 1919throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 1986throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 2023throw new NotSupportedException(Resources.FormatNoTokenProvider(nameof(TUser), tokenProvider)); 2737throw new NotSupportedException(Resources.StoreNotIUserTwoFactorStore); 2747throw new NotSupportedException(Resources.StoreNotIUserLockoutStore); 2756throw new NotSupportedException(Resources.StoreNotIUserEmailStore); 2771throw new NotSupportedException(Resources.StoreNotIUserPhoneNumberStore); 2827throw new NotSupportedException(Resources.StoreNotIUserRoleStore); 2849throw new NotSupportedException(Resources.StoreNotIUserLoginStore); 2859throw new NotSupportedException(Resources.StoreNotIUserSecurityStampStore); 2869throw new NotSupportedException(Resources.StoreNotIUserClaimStore); 2896throw new InvalidOperationException(Resources.NullSecurityStamp); 2988throw new NotSupportedException(Resources.StoreNotIUserAuthenticatorKeyStore); 2998throw new NotSupportedException(Resources.StoreNotIUserTwoFactorRecoveryCodeStore); 3008throw new NotSupportedException(Resources.StoreNotIUserAuthenticationTokenStore); 3018throw new NotSupportedException(Resources.StoreNotIUserPasswordStore); 3028throw new NotSupportedException(Resources.StoreNotIUserPasskeyStore);