diff options
Diffstat (limited to 'src/DotNetOpenAuth.AspNet/WebResources.Designer.cs')
-rw-r--r-- | src/DotNetOpenAuth.AspNet/WebResources.Designer.cs | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.AspNet/WebResources.Designer.cs b/src/DotNetOpenAuth.AspNet/WebResources.Designer.cs index 23a51be..ac49678 100644 --- a/src/DotNetOpenAuth.AspNet/WebResources.Designer.cs +++ b/src/DotNetOpenAuth.AspNet/WebResources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:4.0.30319.261 +// Runtime Version:4.0.30319.488 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -79,6 +79,15 @@ namespace DotNetOpenAuth.AspNet { } /// <summary> + /// Looks up a localized string similar to The provided data could not be decrypted. If the current application is deployed in a web farm configuration, ensure that the 'decryptionKey' and 'validationKey' attributes are explicitly specified in the <machineKey> configuration section.. + /// </summary> + internal static string Generic_CryptoFailure { + get { + return ResourceManager.GetString("Generic_CryptoFailure", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to An OAuth data provider has already been registered for this application.. /// </summary> internal static string OAuthDataProviderRegistered { @@ -88,6 +97,15 @@ namespace DotNetOpenAuth.AspNet { } /// <summary> + /// Looks up a localized string similar to This operation is not supported on the current provider.. + /// </summary> + internal static string OAuthRequireReturnUrl { + get { + return ResourceManager.GetString("OAuthRequireReturnUrl", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Failed to obtain the authentication response from service provider.. /// </summary> internal static string OpenIDFailedToGetResponse { |