File: SR.missing.cs

package info (click to toggle)
mono 6.8.0.105%2Bdfsg-3.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,284,512 kB
  • sloc: cs: 11,172,132; xml: 2,850,069; ansic: 671,653; cpp: 122,091; perl: 59,366; javascript: 30,841; asm: 22,168; makefile: 20,093; sh: 15,020; python: 4,827; pascal: 925; sql: 859; sed: 16; php: 1
file content (24 lines) | stat: -rw-r--r-- 2,783 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
    static class ApplicationServicesStrings
    {
      internal const string Can_not_use_encrypted_passwords_with_autogen_keys = "You must specify a non-autogenerated machine key to store passwords in the encrypted format. Either specify a different passwordFormat, or change the machineKey configuration to use a non-autogenerated decryption key.";
      internal const string CustomLoader_ForbiddenByHost = "The host forbids the use of custom loaders.";
      internal const string CustomLoader_MustImplementICustomLoader = "The provided type '{0}' must implement the ICustomLoader interface.";
      internal const string CustomLoader_NoAttributeFound = "The assembly '{0}' did not contain an assembly-level CustomLoaderAttribute.";
      internal const string CustomLoader_NotInFullTrust = "Custom loaders can only be used by fully-trusted applications (<trust level=\"Full\" />).";
      internal const string Membership_DuplicateEmail = "The E-mail address is already in use.";
      internal const string Membership_DuplicateProviderUserKey = "The provider user key is already in use.";
      internal const string Membership_DuplicateUserName = "The username is already in use.";
      internal const string Membership_InvalidAnswer = "The password-answer supplied is invalid.";
      internal const string Membership_InvalidEmail = "The E-mail supplied is invalid.";
      internal const string Membership_InvalidPassword = "The password supplied is invalid.  Passwords must conform to the password strength requirements configured for the default provider.";
      internal const string Membership_InvalidProviderUserKey = "The provider user key supplied is invalid. It must be of type System.Guid.";
      internal const string Membership_InvalidQuestion = "The password-question supplied is invalid.  Note that the current provider configuration requires a valid password question and answer.  As a result, a CreateUser overload that accepts question and answer parameters must also be used.";
      internal const string Membership_InvalidUserName = "The username supplied is invalid.";
      internal const string Membership_no_error = "No Error.";
      internal const string Membership_provider_name_invalid = "The membership provider name specified is invalid.";
      internal const string Membership_UserRejected = "The user was rejected.";
      internal const string Parameter_can_not_be_empty = "The parameter '{0}' must not be empty.";
      internal const string Platform_not_supported = "This member is not supported on the .NET Framework Client Profile.";
      internal const string Provider_Error = "The Provider encountered an unknown error.";
      internal const string Provider_must_implement_type = "Provider must implement the class '{0}'.";
    }