diff options
Diffstat (limited to 'src/DotNetOpenAuth.OpenId/OpenId/OpenIdStrings.Designer.cs')
-rw-r--r-- | src/DotNetOpenAuth.OpenId/OpenId/OpenIdStrings.Designer.cs | 823 |
1 files changed, 823 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OpenId/OpenId/OpenIdStrings.Designer.cs b/src/DotNetOpenAuth.OpenId/OpenId/OpenIdStrings.Designer.cs new file mode 100644 index 0000000..f45af93 --- /dev/null +++ b/src/DotNetOpenAuth.OpenId/OpenId/OpenIdStrings.Designer.cs @@ -0,0 +1,823 @@ +//------------------------------------------------------------------------------ +// <auto-generated> +// This code was generated by a tool. +// Runtime Version:4.0.30319.225 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// </auto-generated> +//------------------------------------------------------------------------------ + +namespace DotNetOpenAuth.OpenId { + using System; + + + /// <summary> + /// A strongly-typed resource class, for looking up localized strings, etc. + /// </summary> + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class OpenIdStrings { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal OpenIdStrings() { + } + + /// <summary> + /// Returns the cached ResourceManager instance used by this class. + /// </summary> + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DotNetOpenAuth.OpenId.OpenIdStrings", typeof(OpenIdStrings).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// <summary> + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// </summary> + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// <summary> + /// Looks up a localized string similar to An absolute URI is required for this value.. + /// </summary> + internal static string AbsoluteUriRequired { + get { + return ResourceManager.GetString("AbsoluteUriRequired", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to This is already a PPID Identifier.. + /// </summary> + internal static string ArgumentIsPpidIdentifier { + get { + return ResourceManager.GetString("ArgumentIsPpidIdentifier", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The requested association type '{0}' with session type '{1}' is unrecognized or not supported by this Provider due to security requirements.. + /// </summary> + internal static string AssociationOrSessionTypeUnrecognizedOrNotSupported { + get { + return ResourceManager.GetString("AssociationOrSessionTypeUnrecognizedOrNotSupported", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The length of the shared secret ({0}) does not match the length required by the association type ('{1}').. + /// </summary> + internal static string AssociationSecretAndTypeLengthMismatch { + get { + return ResourceManager.GetString("AssociationSecretAndTypeLengthMismatch", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The length of the encrypted shared secret ({0}) does not match the length of the hashing algorithm ({1}).. + /// </summary> + internal static string AssociationSecretHashLengthMismatch { + get { + return ResourceManager.GetString("AssociationSecretHashLengthMismatch", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to No association store has been given but is required for the current configuration.. + /// </summary> + internal static string AssociationStoreRequired { + get { + return ResourceManager.GetString("AssociationStoreRequired", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to If an association store is given, a nonce store must also be provided.. + /// </summary> + internal static string AssociationStoreRequiresNonceStore { + get { + return ResourceManager.GetString("AssociationStoreRequiresNonceStore", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to An attribute with type URI '{0}' has already been added.. + /// </summary> + internal static string AttributeAlreadyAdded { + get { + return ResourceManager.GetString("AttributeAlreadyAdded", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Only {0} values for attribute '{1}' were requested, but {2} were supplied.. + /// </summary> + internal static string AttributeTooManyValues { + get { + return ResourceManager.GetString("AttributeTooManyValues", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The private data supplied does not meet the requirements of any known Association type. Its length may be too short, or it may have been corrupted.. + /// </summary> + internal static string BadAssociationPrivateData { + get { + return ResourceManager.GetString("BadAssociationPrivateData", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The {0} extension failed to deserialize and will be skipped. {1}. + /// </summary> + internal static string BadExtension { + get { + return ResourceManager.GetString("BadExtension", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Callback arguments are only supported when a {0} is provided to the {1}.. + /// </summary> + internal static string CallbackArgumentsRequireSecretStore { + get { + return ResourceManager.GetString("CallbackArgumentsRequireSecretStore", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to A Simple Registration request can only generate a response on the receiving end.. + /// </summary> + internal static string CallDeserializeBeforeCreateResponse { + get { + return ResourceManager.GetString("CallDeserializeBeforeCreateResponse", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The openid.claimed_id and openid.identity parameters must both be present or both be absent.. + /// </summary> + internal static string ClaimedIdAndLocalIdMustBothPresentOrAbsent { + get { + return ResourceManager.GetString("ClaimedIdAndLocalIdMustBothPresentOrAbsent", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The ClaimedIdentifier property cannot be set when IsDelegatedIdentifier is true to avoid breaking OpenID URL delegation.. + /// </summary> + internal static string ClaimedIdentifierCannotBeSetOnDelegatedAuthentication { + get { + return ResourceManager.GetString("ClaimedIdentifierCannotBeSetOnDelegatedAuthentication", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to This OpenID exploits features that this relying party cannot reliably verify. Please try logging in with a human-readable OpenID or from a different OpenID Provider.. + /// </summary> + internal static string ClaimedIdentifierDefiesDotNetNormalization { + get { + return ResourceManager.GetString("ClaimedIdentifierDefiesDotNetNormalization", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The ClaimedIdentifier property must be set first.. + /// </summary> + internal static string ClaimedIdentifierMustBeSetFirst { + get { + return ResourceManager.GetString("ClaimedIdentifierMustBeSetFirst", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to An extension with this property name ('{0}') has already been registered.. + /// </summary> + internal static string ClientScriptExtensionPropertyNameCollision { + get { + return ResourceManager.GetString("ClientScriptExtensionPropertyNameCollision", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The extension '{0}' has already been registered.. + /// </summary> + internal static string ClientScriptExtensionTypeCollision { + get { + return ResourceManager.GetString("ClientScriptExtensionTypeCollision", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to An authentication request has already been created using CreateRequest().. + /// </summary> + internal static string CreateRequestAlreadyCalled { + get { + return ResourceManager.GetString("CreateRequestAlreadyCalled", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Only OpenIDs issued directly by their OpenID Provider are allowed here.. + /// </summary> + internal static string DelegatingIdentifiersNotAllowed { + get { + return ResourceManager.GetString("DelegatingIdentifiersNotAllowed", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The associate request instance must be a Diffie-Hellman instance.. + /// </summary> + internal static string DiffieHellmanAssociationRequired { + get { + return ResourceManager.GetString("DiffieHellmanAssociationRequired", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The following properties must be set before the Diffie-Hellman algorithm can generate a public key: {0}. + /// </summary> + internal static string DiffieHellmanRequiredPropertiesNotSet { + get { + return ResourceManager.GetString("DiffieHellmanRequiredPropertiesNotSet", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to URI is not SSL yet requireSslDiscovery is set to true.. + /// </summary> + internal static string ExplicitHttpUriSuppliedWithSslRequirement { + get { + return ResourceManager.GetString("ExplicitHttpUriSuppliedWithSslRequirement", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to An extension sharing namespace '{0}' has already been added. Only one extension per namespace is allowed in a given request.. + /// </summary> + internal static string ExtensionAlreadyAddedWithSameTypeURI { + get { + return ResourceManager.GetString("ExtensionAlreadyAddedWithSameTypeURI", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Cannot lookup extension support on a rehydrated ServiceEndpoint.. + /// </summary> + internal static string ExtensionLookupSupportUnavailable { + get { + return ResourceManager.GetString("ExtensionLookupSupportUnavailable", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Fragment segments do not apply to XRI identifiers.. + /// </summary> + internal static string FragmentNotAllowedOnXRIs { + get { + return ResourceManager.GetString("FragmentNotAllowedOnXRIs", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The HTML head tag must include runat="server".. + /// </summary> + internal static string HeadTagMustIncludeRunatServer { + get { + return ResourceManager.GetString("HeadTagMustIncludeRunatServer", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to ClaimedIdentifier and LocalIdentifier must be the same when IsIdentifierSelect is true.. + /// </summary> + internal static string IdentifierSelectRequiresMatchingIdentifiers { + get { + return ResourceManager.GetString("IdentifierSelectRequiresMatchingIdentifiers", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The openid.identity and openid.claimed_id parameters must either be both present or both absent from the message.. + /// </summary> + internal static string IdentityAndClaimedIdentifierMustBeBothPresentOrAbsent { + get { + return ResourceManager.GetString("IdentityAndClaimedIdentifierMustBeBothPresentOrAbsent", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The Provider requested association type '{0}' and session type '{1}', which are not compatible with each other.. + /// </summary> + internal static string IncompatibleAssociationAndSessionTypes { + get { + return ResourceManager.GetString("IncompatibleAssociationAndSessionTypes", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to {0} (Contact: {1}, Reference: {2}). + /// </summary> + internal static string IndirectErrorFormattedMessage { + get { + return ResourceManager.GetString("IndirectErrorFormattedMessage", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Cannot encode '{0}' because it contains an illegal character for Key-Value Form encoding. (line {1}: '{2}'). + /// </summary> + internal static string InvalidCharacterInKeyValueFormInput { + get { + return ResourceManager.GetString("InvalidCharacterInKeyValueFormInput", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Invalid XmlDSig signature on XRDS document.. + /// </summary> + internal static string InvalidDSig { + get { + return ResourceManager.GetString("InvalidDSig", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Cannot decode Key-Value Form because a line was found without a '{0}' character. (line {1}: '{2}'). + /// </summary> + internal static string InvalidKeyValueFormCharacterMissing { + get { + return ResourceManager.GetString("InvalidKeyValueFormCharacterMissing", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The scheme must be http or https but was '{0}'.. + /// </summary> + internal static string InvalidScheme { + get { + return ResourceManager.GetString("InvalidScheme", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The value '{0}' is not a valid URI.. + /// </summary> + internal static string InvalidUri { + get { + return ResourceManager.GetString("InvalidUri", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Not a recognized XRI format.. + /// </summary> + internal static string InvalidXri { + get { + return ResourceManager.GetString("InvalidXri", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The OpenID Provider issued an assertion for an Identifier whose discovery information did not match. + ///Assertion endpoint info: + ///{0} + ///Discovered endpoint info: + ///{1}. + /// </summary> + internal static string IssuedAssertionFailsIdentifierDiscovery { + get { + return ResourceManager.GetString("IssuedAssertionFailsIdentifierDiscovery", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The list of keys do not match the provided dictionary.. + /// </summary> + internal static string KeysListAndDictionaryDoNotMatch { + get { + return ResourceManager.GetString("KeysListAndDictionaryDoNotMatch", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The '{0}' and '{1}' parameters must both be or not be '{2}'.. + /// </summary> + internal static string MatchingArgumentsExpected { + get { + return ResourceManager.GetString("MatchingArgumentsExpected", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The maximum time allowed to complete authentication has been exceeded. Please try again.. + /// </summary> + internal static string MaximumAuthenticationTimeExpired { + get { + return ResourceManager.GetString("MaximumAuthenticationTimeExpired", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to X.509 signing certificate issued to {0}, but a certificate for {1} was expected.. + /// </summary> + internal static string MisdirectedSigningCertificate { + get { + return ResourceManager.GetString("MisdirectedSigningCertificate", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Missing {0} element.. + /// </summary> + internal static string MissingElement { + get { + return ResourceManager.GetString("MissingElement", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to No recognized association type matches the requested length of {0}.. + /// </summary> + internal static string NoAssociationTypeFoundByLength { + get { + return ResourceManager.GetString("NoAssociationTypeFoundByLength", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to No recognized association type matches the requested name of '{0}'.. + /// </summary> + internal static string NoAssociationTypeFoundByName { + get { + return ResourceManager.GetString("NoAssociationTypeFoundByName", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Unless using transport layer encryption, "no-encryption" MUST NOT be used.. + /// </summary> + internal static string NoEncryptionSessionRequiresHttps { + get { + return ResourceManager.GetString("NoEncryptionSessionRequiresHttps", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to No identifier has been set.. + /// </summary> + internal static string NoIdentifierSet { + get { + return ResourceManager.GetString("NoIdentifierSet", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to No XRDS document containing OpenID relying party endpoint information could be found at {0}.. + /// </summary> + internal static string NoRelyingPartyEndpointDiscovered { + get { + return ResourceManager.GetString("NoRelyingPartyEndpointDiscovered", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Diffie-Hellman session type '{0}' not found for OpenID {1}.. + /// </summary> + internal static string NoSessionTypeFound { + get { + return ResourceManager.GetString("NoSessionTypeFound", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to This operation is not supported by serialized authentication responses. Try this operation from the LoggedIn event handler.. + /// </summary> + internal static string NotSupportedByAuthenticationSnapshot { + get { + return ResourceManager.GetString("NotSupportedByAuthenticationSnapshot", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to No OpenID endpoint found.. + /// </summary> + internal static string OpenIdEndpointNotFound { + get { + return ResourceManager.GetString("OpenIdEndpointNotFound", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to No OpenID url is provided.. + /// </summary> + internal static string OpenIdTextBoxEmpty { + get { + return ResourceManager.GetString("OpenIdTextBoxEmpty", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to This operation is only allowed when IAuthenticationResponse.State == AuthenticationStatus.SetupRequired.. + /// </summary> + internal static string OperationOnlyValidForSetupRequiredState { + get { + return ResourceManager.GetString("OperationOnlyValidForSetupRequiredState", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to OpenID popup window or iframe did not recognize an OpenID response in the request.. + /// </summary> + internal static string PopupRedirectMissingResponse { + get { + return ResourceManager.GetString("PopupRedirectMissingResponse", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to An positive OpenID assertion was received from OP endpoint {0} and was rejected based on this site's security settings.. + /// </summary> + internal static string PositiveAssertionFromNonQualifiedProvider { + get { + return ResourceManager.GetString("PositiveAssertionFromNonQualifiedProvider", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Unable to find the signing secret by the handle '{0}'.. + /// </summary> + internal static string PrivateRPSecretNotFound { + get { + return ResourceManager.GetString("PrivateRPSecretNotFound", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The {0} property must be set first.. + /// </summary> + internal static string PropertyNotSet { + get { + return ResourceManager.GetString("PropertyNotSet", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to This property value is not supported by this control.. + /// </summary> + internal static string PropertyValueNotSupported { + get { + return ResourceManager.GetString("PropertyValueNotSupported", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Unable to determine the version of the OpenID protocol implemented by the Provider at endpoint '{0}'.. + /// </summary> + internal static string ProviderVersionUnrecognized { + get { + return ResourceManager.GetString("ProviderVersionUnrecognized", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to An HTTP request to the realm URL ({0}) resulted in a redirect, which is not allowed during relying party discovery.. + /// </summary> + internal static string RealmCausedRedirectUponDiscovery { + get { + return ResourceManager.GetString("RealmCausedRedirectUponDiscovery", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Sorry. This site only accepts OpenIDs that are HTTPS-secured, but {0} is not a secure Identifier.. + /// </summary> + internal static string RequireSslNotSatisfiedByAssertedClaimedId { + get { + return ResourceManager.GetString("RequireSslNotSatisfiedByAssertedClaimedId", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The response is not ready. Use IsResponseReady to check whether a response is ready first.. + /// </summary> + internal static string ResponseNotReady { + get { + return ResourceManager.GetString("ResponseNotReady", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to return_to '{0}' not under realm '{1}'.. + /// </summary> + internal static string ReturnToNotUnderRealm { + get { + return ResourceManager.GetString("ReturnToNotUnderRealm", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The {0} parameter ({1}) does not match the actual URL ({2}) the request was made with.. + /// </summary> + internal static string ReturnToParamDoesNotMatchRequestUrl { + get { + return ResourceManager.GetString("ReturnToParamDoesNotMatchRequestUrl", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The ReturnTo property must not be null to support this operation.. + /// </summary> + internal static string ReturnToRequiredForOperation { + get { + return ResourceManager.GetString("ReturnToRequiredForOperation", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The openid.return_to parameter is required in the request message in order to construct a response, but that parameter was missing.. + /// </summary> + internal static string ReturnToRequiredForResponse { + get { + return ResourceManager.GetString("ReturnToRequiredForResponse", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The following parameter(s) are not included in the signature but must be: {0}. + /// </summary> + internal static string SignatureDoesNotIncludeMandatoryParts { + get { + return ResourceManager.GetString("SignatureDoesNotIncludeMandatoryParts", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Invalid birthdate value. Must be in the form yyyy-MM-dd.. + /// </summary> + internal static string SregInvalidBirthdate { + get { + return ResourceManager.GetString("SregInvalidBirthdate", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The type must implement {0}.. + /// </summary> + internal static string TypeMustImplementX { + get { + return ResourceManager.GetString("TypeMustImplementX", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The property {0} had unexpected value {1}.. + /// </summary> + internal static string UnexpectedEnumPropertyValue { + get { + return ResourceManager.GetString("UnexpectedEnumPropertyValue", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Unexpected HTTP status code {0} {1} received in direct response.. + /// </summary> + internal static string UnexpectedHttpStatusCode { + get { + return ResourceManager.GetString("UnexpectedHttpStatusCode", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to An unsolicited assertion cannot be sent for the claimed identifier {0} because this is not an authorized Provider for that identifier.. + /// </summary> + internal static string UnsolicitedAssertionForUnrelatedClaimedIdentifier { + get { + return ResourceManager.GetString("UnsolicitedAssertionForUnrelatedClaimedIdentifier", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Rejecting unsolicited assertions requires a nonce store and an association store.. + /// </summary> + internal static string UnsolicitedAssertionRejectionRequiresNonceStore { + get { + return ResourceManager.GetString("UnsolicitedAssertionRejectionRequiresNonceStore", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Unsolicited assertions are not allowed at this relying party.. + /// </summary> + internal static string UnsolicitedAssertionsNotAllowed { + get { + return ResourceManager.GetString("UnsolicitedAssertionsNotAllowed", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Unsolicited assertions are not allowed from 1.0 OpenID Providers.. + /// </summary> + internal static string UnsolicitedAssertionsNotAllowedFrom1xOPs { + get { + return ResourceManager.GetString("UnsolicitedAssertionsNotAllowedFrom1xOPs", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Providing a DateTime whose Kind is Unspecified is not allowed.. + /// </summary> + internal static string UnspecifiedDateTimeKindNotAllowed { + get { + return ResourceManager.GetString("UnspecifiedDateTimeKindNotAllowed", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Unrecognized or missing canonicalization method.. + /// </summary> + internal static string UnsupportedCanonicalizationMethod { + get { + return ResourceManager.GetString("UnsupportedCanonicalizationMethod", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to This feature is unavailable due to an unrecognized channel configuration.. + /// </summary> + internal static string UnsupportedChannelConfiguration { + get { + return ResourceManager.GetString("UnsupportedChannelConfiguration", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Unrecognized or missing signature method.. + /// </summary> + internal static string UnsupportedSignatureMethod { + get { + return ResourceManager.GetString("UnsupportedSignatureMethod", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The openid.user_setup_url parameter is required when sending negative assertion messages in response to immediate mode requests.. + /// </summary> + internal static string UserSetupUrlRequiredInImmediateNegativeResponse { + get { + return ResourceManager.GetString("UserSetupUrlRequiredInImmediateNegativeResponse", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to The X.509 certificate used to sign this document is not trusted.. + /// </summary> + internal static string X509CertificateNotTrusted { + get { + return ResourceManager.GetString("X509CertificateNotTrusted", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to XRI support has been disabled at this site.. + /// </summary> + internal static string XriResolutionDisabled { + get { + return ResourceManager.GetString("XriResolutionDisabled", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to XRI resolution failed.. + /// </summary> + internal static string XriResolutionFailed { + get { + return ResourceManager.GetString("XriResolutionFailed", resourceCulture); + } + } + } +} |