summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Strings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOAuth/Strings.Designer.cs')
-rw-r--r--src/DotNetOAuth/Strings.Designer.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/DotNetOAuth/Strings.Designer.cs b/src/DotNetOAuth/Strings.Designer.cs
index 07d73d4..357a3ca 100644
--- a/src/DotNetOAuth/Strings.Designer.cs
+++ b/src/DotNetOAuth/Strings.Designer.cs
@@ -104,5 +104,14 @@ namespace DotNetOAuth {
return ResourceManager.GetString("RequestUrlMustNotHaveOAuthParameters", resourceCulture);
}
}
+
+ /// <summary>
+ /// Looks up a localized string similar to All signing elements must offer the same message protection..
+ /// </summary>
+ internal static string SigningElementsMustShareSameProtection {
+ get {
+ return ResourceManager.GetString("SigningElementsMustShareSameProtection", resourceCulture);
+ }
+ }
}
}