diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-02-09 08:29:36 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-02-09 08:29:36 -0800 |
commit | cd00f47e375106db6b04a32dff669e5b87c5affb (patch) | |
tree | ca2d8625561f2084250c3cebf6eae3813f71c8b2 /src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs | |
parent | b6a394fdde0b5ba09d3836ea80dd201f79e90a3a (diff) | |
download | DotNetOpenAuth-cd00f47e375106db6b04a32dff669e5b87c5affb.zip DotNetOpenAuth-cd00f47e375106db6b04a32dff669e5b87c5affb.tar.gz DotNetOpenAuth-cd00f47e375106db6b04a32dff669e5b87c5affb.tar.bz2 |
Fixed FxCop messages in DNOA.Core #68
Diffstat (limited to 'src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs')
-rw-r--r-- | src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs b/src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs index 3ad2bdd..2fe273f 100644 --- a/src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs +++ b/src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs @@ -295,6 +295,15 @@ namespace DotNetOpenAuth.Messaging { } /// <summary> + /// Looks up a localized string similar to Message too large for a HTTP GET, and HTTP POST is not allowed for this message type.. + /// </summary> + internal static string MessageExceedsGetSizePostNotAllowed { + get { + return ResourceManager.GetString("MessageExceedsGetSizePostNotAllowed", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to The {0} message does not support extensions.. /// </summary> internal static string MessageNotExtensible { @@ -349,6 +358,15 @@ namespace DotNetOpenAuth.Messaging { } /// <summary> + /// Looks up a localized string similar to Missing decryption key for bucket "{0}" handle "{1}". + /// </summary> + internal static string MissingDecryptionKeyForHandle { + get { + return ResourceManager.GetString("MissingDecryptionKeyForHandle", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to A non-empty string was expected.. /// </summary> internal static string NonEmptyStringExpected { @@ -520,6 +538,15 @@ namespace DotNetOpenAuth.Messaging { } /// <summary> + /// Looks up a localized string similar to Unexpected buffer length.. + /// </summary> + internal static string UnexpectedBufferLength { + get { + return ResourceManager.GetString("UnexpectedBufferLength", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to The array must not be empty.. /// </summary> internal static string UnexpectedEmptyArray { |