65 references to GetResourceString
Microsoft.Extensions.Identity.Core (65)
artifacts\obj\Microsoft.Extensions.Identity.Core\Release\net462\Microsoft.Extensions.Identity.Core.Resources.cs (65)
19var value = GetResourceString(resourceKey); 31internal static string @ConcurrencyFailure => GetResourceString("ConcurrencyFailure"); 33internal static string @DefaultError => GetResourceString("DefaultError"); 35internal static string @DuplicateEmail => GetResourceString("DuplicateEmail"); 38=> string.Format(Culture, GetResourceString("DuplicateEmail"), p0); 41internal static string @DuplicateRoleName => GetResourceString("DuplicateRoleName"); 44=> string.Format(Culture, GetResourceString("DuplicateRoleName"), p0); 47internal static string @DuplicateUserName => GetResourceString("DuplicateUserName"); 50=> string.Format(Culture, GetResourceString("DuplicateUserName"), p0); 53internal static string @InvalidEmail => GetResourceString("InvalidEmail"); 56=> string.Format(Culture, GetResourceString("InvalidEmail"), p0); 59internal static string @InvalidManagerType => GetResourceString("InvalidManagerType"); 62=> string.Format(Culture, GetResourceString("InvalidManagerType"), p0, p1, p2); 65internal static string @InvalidPasswordHasherCompatibilityMode => GetResourceString("InvalidPasswordHasherCompatibilityMode"); 67internal static string @InvalidPasswordHasherIterationCount => GetResourceString("InvalidPasswordHasherIterationCount"); 69internal static string @InvalidRoleName => GetResourceString("InvalidRoleName"); 72=> string.Format(Culture, GetResourceString("InvalidRoleName"), p0); 75internal static string @InvalidToken => GetResourceString("InvalidToken"); 77internal static string @InvalidUserName => GetResourceString("InvalidUserName"); 80=> string.Format(Culture, GetResourceString("InvalidUserName"), p0); 83internal static string @LoginAlreadyAssociated => GetResourceString("LoginAlreadyAssociated"); 85internal static string @MustCallAddIdentity => GetResourceString("MustCallAddIdentity"); 87internal static string @NoTokenProvider => GetResourceString("NoTokenProvider"); 90=> string.Format(Culture, GetResourceString("NoTokenProvider"), p0, p1); 93internal static string @NullSecurityStamp => GetResourceString("NullSecurityStamp"); 95internal static string @PasswordMismatch => GetResourceString("PasswordMismatch"); 97internal static string @PasswordRequiresDigit => GetResourceString("PasswordRequiresDigit"); 99internal static string @PasswordRequiresLower => GetResourceString("PasswordRequiresLower"); 101internal static string @PasswordRequiresNonAlphanumeric => GetResourceString("PasswordRequiresNonAlphanumeric"); 103internal static string @PasswordRequiresUpper => GetResourceString("PasswordRequiresUpper"); 105internal static string @PasswordTooShort => GetResourceString("PasswordTooShort"); 108=> string.Format(Culture, GetResourceString("PasswordTooShort"), p0); 111internal static string @RoleNotFound => GetResourceString("RoleNotFound"); 114=> string.Format(Culture, GetResourceString("RoleNotFound"), p0); 117internal static string @StoreNotIQueryableRoleStore => GetResourceString("StoreNotIQueryableRoleStore"); 119internal static string @StoreNotIQueryableUserStore => GetResourceString("StoreNotIQueryableUserStore"); 121internal static string @StoreNotIRoleClaimStore => GetResourceString("StoreNotIRoleClaimStore"); 123internal static string @StoreNotIUserAuthenticationTokenStore => GetResourceString("StoreNotIUserAuthenticationTokenStore"); 125internal static string @StoreNotIUserClaimStore => GetResourceString("StoreNotIUserClaimStore"); 127internal static string @StoreNotIUserConfirmationStore => GetResourceString("StoreNotIUserConfirmationStore"); 129internal static string @StoreNotIUserEmailStore => GetResourceString("StoreNotIUserEmailStore"); 131internal static string @StoreNotIUserLockoutStore => GetResourceString("StoreNotIUserLockoutStore"); 133internal static string @StoreNotIUserLoginStore => GetResourceString("StoreNotIUserLoginStore"); 135internal static string @StoreNotIUserPasswordStore => GetResourceString("StoreNotIUserPasswordStore"); 137internal static string @StoreNotIUserPhoneNumberStore => GetResourceString("StoreNotIUserPhoneNumberStore"); 139internal static string @StoreNotIUserRoleStore => GetResourceString("StoreNotIUserRoleStore"); 141internal static string @StoreNotIUserSecurityStampStore => GetResourceString("StoreNotIUserSecurityStampStore"); 143internal static string @StoreNotIUserAuthenticatorKeyStore => GetResourceString("StoreNotIUserAuthenticatorKeyStore"); 145internal static string @StoreNotIUserTwoFactorStore => GetResourceString("StoreNotIUserTwoFactorStore"); 147internal static string @RecoveryCodeRedemptionFailed => GetResourceString("RecoveryCodeRedemptionFailed"); 149internal static string @UserAlreadyHasPassword => GetResourceString("UserAlreadyHasPassword"); 151internal static string @UserAlreadyInRole => GetResourceString("UserAlreadyInRole"); 154=> string.Format(Culture, GetResourceString("UserAlreadyInRole"), p0); 157internal static string @UserLockedOut => GetResourceString("UserLockedOut"); 159internal static string @UserLockoutNotEnabled => GetResourceString("UserLockoutNotEnabled"); 161internal static string @UserNameNotFound => GetResourceString("UserNameNotFound"); 164=> string.Format(Culture, GetResourceString("UserNameNotFound"), p0); 167internal static string @UserNotInRole => GetResourceString("UserNotInRole"); 170=> string.Format(Culture, GetResourceString("UserNotInRole"), p0); 173internal static string @StoreNotIUserTwoFactorRecoveryCodeStore => GetResourceString("StoreNotIUserTwoFactorRecoveryCodeStore"); 175internal static string @PasswordRequiresUniqueChars => GetResourceString("PasswordRequiresUniqueChars"); 178=> string.Format(Culture, GetResourceString("PasswordRequiresUniqueChars"), p0); 181internal static string @NoRoleType => GetResourceString("NoRoleType"); 183internal static string @StoreNotIProtectedUserStore => GetResourceString("StoreNotIProtectedUserStore"); 185internal static string @NoPersonalDataProtector => GetResourceString("NoPersonalDataProtector");