27 references to ApplicationServicesStrings
System.Web.ApplicationServices (27)
ApplicationServicesStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.ApplicationServicesStrings", typeof(ApplicationServicesStrings).Assembly);
Hosting\CustomLoaderHelper.cs (4)
40throw new NotSupportedException(ApplicationServicesStrings.CustomLoader_ForbiddenByHost); 46throw new NotSupportedException(ApplicationServicesStrings.CustomLoader_NotInFullTrust); 98throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, ApplicationServicesStrings.CustomLoader_NoAttributeFound, customLoaderAssemblyName)); 108throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, ApplicationServicesStrings.CustomLoader_MustImplementICustomLoader, customLoader.GetType()));
Security\DefaultMembershipAdapter.cs (5)
15get { throw new PlatformNotSupportedException(ApplicationServicesStrings.Platform_not_supported); } 19get { throw new PlatformNotSupportedException(ApplicationServicesStrings.Platform_not_supported); } 23get { throw new PlatformNotSupportedException(ApplicationServicesStrings.Platform_not_supported); } 27get { throw new PlatformNotSupportedException(ApplicationServicesStrings.Platform_not_supported); } 31throw new PlatformNotSupportedException(ApplicationServicesStrings.Platform_not_supported);
Security\MembershipCreateUserException.cs (12)
52return ApplicationServicesStrings.Membership_no_error; 55return ApplicationServicesStrings.Membership_InvalidUserName; 58return ApplicationServicesStrings.Membership_InvalidPassword; 61return ApplicationServicesStrings.Membership_InvalidQuestion; 64return ApplicationServicesStrings.Membership_InvalidAnswer; 67return ApplicationServicesStrings.Membership_InvalidEmail; 70return ApplicationServicesStrings.Membership_InvalidProviderUserKey; 73return ApplicationServicesStrings.Membership_DuplicateUserName; 76return ApplicationServicesStrings.Membership_DuplicateEmail; 79return ApplicationServicesStrings.Membership_DuplicateProviderUserKey; 82return ApplicationServicesStrings.Membership_UserRejected; 85return ApplicationServicesStrings.Provider_Error;
Security\MembershipProvider.cs (2)
138throw new ProviderException(ApplicationServicesStrings.Can_not_use_encrypted_passwords_with_autogen_keys); 146throw new ProviderException(ApplicationServicesStrings.Can_not_use_encrypted_passwords_with_autogen_keys);
Security\MembershipProviderCollection.cs (1)
24throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, ApplicationServicesStrings.Provider_must_implement_type, typeof(MembershipProvider).ToString()), "provider");
Security\MembershipUser.cs (1)
118throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, ApplicationServicesStrings.Membership_provider_name_invalid), "providerName" );
Util\SecurityServices.cs (1)
34throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, ApplicationServicesStrings.Parameter_can_not_be_empty, paramName), paramName);