//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace DotNetOpenAuth.OpenId { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // 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() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to An absolute URI is required for this value.. /// internal static string AbsoluteUriRequired { get { return ResourceManager.GetString("AbsoluteUriRequired", resourceCulture); } } /// /// Looks up a localized string similar to This is already a PPID Identifier.. /// internal static string ArgumentIsPpidIdentifier { get { return ResourceManager.GetString("ArgumentIsPpidIdentifier", resourceCulture); } } /// /// 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.. /// internal static string AssociationOrSessionTypeUnrecognizedOrNotSupported { get { return ResourceManager.GetString("AssociationOrSessionTypeUnrecognizedOrNotSupported", resourceCulture); } } /// /// 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}').. /// internal static string AssociationSecretAndTypeLengthMismatch { get { return ResourceManager.GetString("AssociationSecretAndTypeLengthMismatch", resourceCulture); } } /// /// 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}).. /// internal static string AssociationSecretHashLengthMismatch { get { return ResourceManager.GetString("AssociationSecretHashLengthMismatch", resourceCulture); } } /// /// Looks up a localized string similar to No association store has been given but is required for the current configuration.. /// internal static string AssociationStoreRequired { get { return ResourceManager.GetString("AssociationStoreRequired", resourceCulture); } } /// /// Looks up a localized string similar to If an association store is given, a nonce store must also be provided.. /// internal static string AssociationStoreRequiresNonceStore { get { return ResourceManager.GetString("AssociationStoreRequiresNonceStore", resourceCulture); } } /// /// Looks up a localized string similar to An attribute with type URI '{0}' has already been added.. /// internal static string AttributeAlreadyAdded { get { return ResourceManager.GetString("AttributeAlreadyAdded", resourceCulture); } } /// /// Looks up a localized string similar to Only {0} values for attribute '{1}' were requested, but {2} were supplied.. /// internal static string AttributeTooManyValues { get { return ResourceManager.GetString("AttributeTooManyValues", resourceCulture); } } /// /// 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.. /// internal static string BadAssociationPrivateData { get { return ResourceManager.GetString("BadAssociationPrivateData", resourceCulture); } } /// /// Looks up a localized string similar to The {0} extension failed to deserialize and will be skipped. {1}. /// internal static string BadExtension { get { return ResourceManager.GetString("BadExtension", resourceCulture); } } /// /// Looks up a localized string similar to Callback arguments are only supported when a {0} is provided to the {1}.. /// internal static string CallbackArgumentsRequireSecretStore { get { return ResourceManager.GetString("CallbackArgumentsRequireSecretStore", resourceCulture); } } /// /// Looks up a localized string similar to A Simple Registration request can only generate a response on the receiving end.. /// internal static string CallDeserializeBeforeCreateResponse { get { return ResourceManager.GetString("CallDeserializeBeforeCreateResponse", resourceCulture); } } /// /// Looks up a localized string similar to The openid.claimed_id and openid.identity parameters must both be present or both be absent.. /// internal static string ClaimedIdAndLocalIdMustBothPresentOrAbsent { get { return ResourceManager.GetString("ClaimedIdAndLocalIdMustBothPresentOrAbsent", resourceCulture); } } /// /// Looks up a localized string similar to The ClaimedIdentifier property cannot be set when IsDelegatedIdentifier is true to avoid breaking OpenID URL delegation.. /// internal static string ClaimedIdentifierCannotBeSetOnDelegatedAuthentication { get { return ResourceManager.GetString("ClaimedIdentifierCannotBeSetOnDelegatedAuthentication", resourceCulture); } } /// /// 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.. /// internal static string ClaimedIdentifierDefiesDotNetNormalization { get { return ResourceManager.GetString("ClaimedIdentifierDefiesDotNetNormalization", resourceCulture); } } /// /// Looks up a localized string similar to The ClaimedIdentifier property must be set first.. /// internal static string ClaimedIdentifierMustBeSetFirst { get { return ResourceManager.GetString("ClaimedIdentifierMustBeSetFirst", resourceCulture); } } /// /// Looks up a localized string similar to An extension with this property name ('{0}') has already been registered.. /// internal static string ClientScriptExtensionPropertyNameCollision { get { return ResourceManager.GetString("ClientScriptExtensionPropertyNameCollision", resourceCulture); } } /// /// Looks up a localized string similar to The extension '{0}' has already been registered.. /// internal static string ClientScriptExtensionTypeCollision { get { return ResourceManager.GetString("ClientScriptExtensionTypeCollision", resourceCulture); } } /// /// Looks up a localized string similar to An authentication request has already been created using CreateRequest().. /// internal static string CreateRequestAlreadyCalled { get { return ResourceManager.GetString("CreateRequestAlreadyCalled", resourceCulture); } } /// /// Looks up a localized string similar to Only OpenIDs issued directly by their OpenID Provider are allowed here.. /// internal static string DelegatingIdentifiersNotAllowed { get { return ResourceManager.GetString("DelegatingIdentifiersNotAllowed", resourceCulture); } } /// /// Looks up a localized string similar to The associate request instance must be a Diffie-Hellman instance.. /// internal static string DiffieHellmanAssociationRequired { get { return ResourceManager.GetString("DiffieHellmanAssociationRequired", resourceCulture); } } /// /// Looks up a localized string similar to The following properties must be set before the Diffie-Hellman algorithm can generate a public key: {0}. /// internal static string DiffieHellmanRequiredPropertiesNotSet { get { return ResourceManager.GetString("DiffieHellmanRequiredPropertiesNotSet", resourceCulture); } } /// /// Looks up a localized string similar to URI is not SSL yet requireSslDiscovery is set to true.. /// internal static string ExplicitHttpUriSuppliedWithSslRequirement { get { return ResourceManager.GetString("ExplicitHttpUriSuppliedWithSslRequirement", resourceCulture); } } /// /// 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.. /// internal static string ExtensionAlreadyAddedWithSameTypeURI { get { return ResourceManager.GetString("ExtensionAlreadyAddedWithSameTypeURI", resourceCulture); } } /// /// Looks up a localized string similar to Cannot lookup extension support on a rehydrated ServiceEndpoint.. /// internal static string ExtensionLookupSupportUnavailable { get { return ResourceManager.GetString("ExtensionLookupSupportUnavailable", resourceCulture); } } /// /// Looks up a localized string similar to Fragment segments do not apply to XRI identifiers.. /// internal static string FragmentNotAllowedOnXRIs { get { return ResourceManager.GetString("FragmentNotAllowedOnXRIs", resourceCulture); } } /// /// Looks up a localized string similar to The HTML head tag must include runat="server".. /// internal static string HeadTagMustIncludeRunatServer { get { return ResourceManager.GetString("HeadTagMustIncludeRunatServer", resourceCulture); } } /// /// Looks up a localized string similar to ClaimedIdentifier and LocalIdentifier must be the same when IsIdentifierSelect is true.. /// internal static string IdentifierSelectRequiresMatchingIdentifiers { get { return ResourceManager.GetString("IdentifierSelectRequiresMatchingIdentifiers", resourceCulture); } } /// /// 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.. /// internal static string IdentityAndClaimedIdentifierMustBeBothPresentOrAbsent { get { return ResourceManager.GetString("IdentityAndClaimedIdentifierMustBeBothPresentOrAbsent", resourceCulture); } } /// /// Looks up a localized string similar to The Provider requested association type '{0}' and session type '{1}', which are not compatible with each other.. /// internal static string IncompatibleAssociationAndSessionTypes { get { return ResourceManager.GetString("IncompatibleAssociationAndSessionTypes", resourceCulture); } } /// /// Looks up a localized string similar to {0} (Contact: {1}, Reference: {2}). /// internal static string IndirectErrorFormattedMessage { get { return ResourceManager.GetString("IndirectErrorFormattedMessage", resourceCulture); } } /// /// Looks up a localized string similar to Cannot encode '{0}' because it contains an illegal character for Key-Value Form encoding. (line {1}: '{2}'). /// internal static string InvalidCharacterInKeyValueFormInput { get { return ResourceManager.GetString("InvalidCharacterInKeyValueFormInput", resourceCulture); } } /// /// Looks up a localized string similar to Invalid XmlDSig signature on XRDS document.. /// internal static string InvalidDSig { get { return ResourceManager.GetString("InvalidDSig", resourceCulture); } } /// /// Looks up a localized string similar to Cannot decode Key-Value Form because a line was found without a '{0}' character. (line {1}: '{2}'). /// internal static string InvalidKeyValueFormCharacterMissing { get { return ResourceManager.GetString("InvalidKeyValueFormCharacterMissing", resourceCulture); } } /// /// Looks up a localized string similar to The scheme must be http or https but was '{0}'.. /// internal static string InvalidScheme { get { return ResourceManager.GetString("InvalidScheme", resourceCulture); } } /// /// Looks up a localized string similar to The value '{0}' is not a valid URI.. /// internal static string InvalidUri { get { return ResourceManager.GetString("InvalidUri", resourceCulture); } } /// /// Looks up a localized string similar to Not a recognized XRI format.. /// internal static string InvalidXri { get { return ResourceManager.GetString("InvalidXri", resourceCulture); } } /// /// 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}. /// internal static string IssuedAssertionFailsIdentifierDiscovery { get { return ResourceManager.GetString("IssuedAssertionFailsIdentifierDiscovery", resourceCulture); } } /// /// Looks up a localized string similar to The list of keys do not match the provided dictionary.. /// internal static string KeysListAndDictionaryDoNotMatch { get { return ResourceManager.GetString("KeysListAndDictionaryDoNotMatch", resourceCulture); } } /// /// Looks up a localized string similar to The '{0}' and '{1}' parameters must both be or not be '{2}'.. /// internal static string MatchingArgumentsExpected { get { return ResourceManager.GetString("MatchingArgumentsExpected", resourceCulture); } } /// /// Looks up a localized string similar to The maximum time allowed to complete authentication has been exceeded. Please try again.. /// internal static string MaximumAuthenticationTimeExpired { get { return ResourceManager.GetString("MaximumAuthenticationTimeExpired", resourceCulture); } } /// /// Looks up a localized string similar to X.509 signing certificate issued to {0}, but a certificate for {1} was expected.. /// internal static string MisdirectedSigningCertificate { get { return ResourceManager.GetString("MisdirectedSigningCertificate", resourceCulture); } } /// /// Looks up a localized string similar to Missing {0} element.. /// internal static string MissingElement { get { return ResourceManager.GetString("MissingElement", resourceCulture); } } /// /// Looks up a localized string similar to No recognized association type matches the requested length of {0}.. /// internal static string NoAssociationTypeFoundByLength { get { return ResourceManager.GetString("NoAssociationTypeFoundByLength", resourceCulture); } } /// /// Looks up a localized string similar to No recognized association type matches the requested name of '{0}'.. /// internal static string NoAssociationTypeFoundByName { get { return ResourceManager.GetString("NoAssociationTypeFoundByName", resourceCulture); } } /// /// Looks up a localized string similar to Unless using transport layer encryption, "no-encryption" MUST NOT be used.. /// internal static string NoEncryptionSessionRequiresHttps { get { return ResourceManager.GetString("NoEncryptionSessionRequiresHttps", resourceCulture); } } /// /// Looks up a localized string similar to No identifier has been set.. /// internal static string NoIdentifierSet { get { return ResourceManager.GetString("NoIdentifierSet", resourceCulture); } } /// /// Looks up a localized string similar to No XRDS document containing OpenID relying party endpoint information could be found at {0}.. /// internal static string NoRelyingPartyEndpointDiscovered { get { return ResourceManager.GetString("NoRelyingPartyEndpointDiscovered", resourceCulture); } } /// /// Looks up a localized string similar to Diffie-Hellman session type '{0}' not found for OpenID {1}.. /// internal static string NoSessionTypeFound { get { return ResourceManager.GetString("NoSessionTypeFound", resourceCulture); } } /// /// Looks up a localized string similar to This operation is not supported by serialized authentication responses. Try this operation from the LoggedIn event handler.. /// internal static string NotSupportedByAuthenticationSnapshot { get { return ResourceManager.GetString("NotSupportedByAuthenticationSnapshot", resourceCulture); } } /// /// Looks up a localized string similar to No OpenID endpoint found.. /// internal static string OpenIdEndpointNotFound { get { return ResourceManager.GetString("OpenIdEndpointNotFound", resourceCulture); } } /// /// Looks up a localized string similar to No OpenID url is provided.. /// internal static string OpenIdTextBoxEmpty { get { return ResourceManager.GetString("OpenIdTextBoxEmpty", resourceCulture); } } /// /// Looks up a localized string similar to This operation is only allowed when IAuthenticationResponse.State == AuthenticationStatus.SetupRequired.. /// internal static string OperationOnlyValidForSetupRequiredState { get { return ResourceManager.GetString("OperationOnlyValidForSetupRequiredState", resourceCulture); } } /// /// Looks up a localized string similar to OpenID popup window or iframe did not recognize an OpenID response in the request.. /// internal static string PopupRedirectMissingResponse { get { return ResourceManager.GetString("PopupRedirectMissingResponse", resourceCulture); } } /// /// 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.. /// internal static string PositiveAssertionFromNonQualifiedProvider { get { return ResourceManager.GetString("PositiveAssertionFromNonQualifiedProvider", resourceCulture); } } /// /// Looks up a localized string similar to Unable to find the signing secret by the handle '{0}'.. /// internal static string PrivateRPSecretNotFound { get { return ResourceManager.GetString("PrivateRPSecretNotFound", resourceCulture); } } /// /// Looks up a localized string similar to The {0} property must be set first.. /// internal static string PropertyNotSet { get { return ResourceManager.GetString("PropertyNotSet", resourceCulture); } } /// /// Looks up a localized string similar to This property value is not supported by this control.. /// internal static string PropertyValueNotSupported { get { return ResourceManager.GetString("PropertyValueNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Unable to determine the version of the OpenID protocol implemented by the Provider at endpoint '{0}'.. /// internal static string ProviderVersionUnrecognized { get { return ResourceManager.GetString("ProviderVersionUnrecognized", resourceCulture); } } /// /// 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.. /// internal static string RealmCausedRedirectUponDiscovery { get { return ResourceManager.GetString("RealmCausedRedirectUponDiscovery", resourceCulture); } } /// /// Looks up a localized string similar to Sorry. This site only accepts OpenIDs that are HTTPS-secured, but {0} is not a secure Identifier.. /// internal static string RequireSslNotSatisfiedByAssertedClaimedId { get { return ResourceManager.GetString("RequireSslNotSatisfiedByAssertedClaimedId", resourceCulture); } } /// /// Looks up a localized string similar to The response is not ready. Use IsResponseReady to check whether a response is ready first.. /// internal static string ResponseNotReady { get { return ResourceManager.GetString("ResponseNotReady", resourceCulture); } } /// /// Looks up a localized string similar to return_to '{0}' not under realm '{1}'.. /// internal static string ReturnToNotUnderRealm { get { return ResourceManager.GetString("ReturnToNotUnderRealm", resourceCulture); } } /// /// Looks up a localized string similar to The {0} parameter ({1}) does not match the actual URL ({2}) the request was made with.. /// internal static string ReturnToParamDoesNotMatchRequestUrl { get { return ResourceManager.GetString("ReturnToParamDoesNotMatchRequestUrl", resourceCulture); } } /// /// Looks up a localized string similar to The ReturnTo property must not be null to support this operation.. /// internal static string ReturnToRequiredForOperation { get { return ResourceManager.GetString("ReturnToRequiredForOperation", resourceCulture); } } /// /// 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.. /// internal static string ReturnToRequiredForResponse { get { return ResourceManager.GetString("ReturnToRequiredForResponse", resourceCulture); } } /// /// Looks up a localized string similar to The following parameter(s) are not included in the signature but must be: {0}. /// internal static string SignatureDoesNotIncludeMandatoryParts { get { return ResourceManager.GetString("SignatureDoesNotIncludeMandatoryParts", resourceCulture); } } /// /// Looks up a localized string similar to Invalid birthdate value. Must be in the form yyyy-MM-dd.. /// internal static string SregInvalidBirthdate { get { return ResourceManager.GetString("SregInvalidBirthdate", resourceCulture); } } /// /// Looks up a localized string similar to The type must implement {0}.. /// internal static string TypeMustImplementX { get { return ResourceManager.GetString("TypeMustImplementX", resourceCulture); } } /// /// Looks up a localized string similar to The property {0} had unexpected value {1}.. /// internal static string UnexpectedEnumPropertyValue { get { return ResourceManager.GetString("UnexpectedEnumPropertyValue", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected HTTP status code {0} {1} received in direct response.. /// internal static string UnexpectedHttpStatusCode { get { return ResourceManager.GetString("UnexpectedHttpStatusCode", resourceCulture); } } /// /// 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.. /// internal static string UnsolicitedAssertionForUnrelatedClaimedIdentifier { get { return ResourceManager.GetString("UnsolicitedAssertionForUnrelatedClaimedIdentifier", resourceCulture); } } /// /// Looks up a localized string similar to Rejecting unsolicited assertions requires a nonce store and an association store.. /// internal static string UnsolicitedAssertionRejectionRequiresNonceStore { get { return ResourceManager.GetString("UnsolicitedAssertionRejectionRequiresNonceStore", resourceCulture); } } /// /// Looks up a localized string similar to Unsolicited assertions are not allowed at this relying party.. /// internal static string UnsolicitedAssertionsNotAllowed { get { return ResourceManager.GetString("UnsolicitedAssertionsNotAllowed", resourceCulture); } } /// /// Looks up a localized string similar to Unsolicited assertions are not allowed from 1.0 OpenID Providers.. /// internal static string UnsolicitedAssertionsNotAllowedFrom1xOPs { get { return ResourceManager.GetString("UnsolicitedAssertionsNotAllowedFrom1xOPs", resourceCulture); } } /// /// Looks up a localized string similar to Providing a DateTime whose Kind is Unspecified is not allowed.. /// internal static string UnspecifiedDateTimeKindNotAllowed { get { return ResourceManager.GetString("UnspecifiedDateTimeKindNotAllowed", resourceCulture); } } /// /// Looks up a localized string similar to Unrecognized or missing canonicalization method.. /// internal static string UnsupportedCanonicalizationMethod { get { return ResourceManager.GetString("UnsupportedCanonicalizationMethod", resourceCulture); } } /// /// Looks up a localized string similar to This feature is unavailable due to an unrecognized channel configuration.. /// internal static string UnsupportedChannelConfiguration { get { return ResourceManager.GetString("UnsupportedChannelConfiguration", resourceCulture); } } /// /// Looks up a localized string similar to Unrecognized or missing signature method.. /// internal static string UnsupportedSignatureMethod { get { return ResourceManager.GetString("UnsupportedSignatureMethod", resourceCulture); } } /// /// 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.. /// internal static string UserSetupUrlRequiredInImmediateNegativeResponse { get { return ResourceManager.GetString("UserSetupUrlRequiredInImmediateNegativeResponse", resourceCulture); } } /// /// Looks up a localized string similar to The X.509 certificate used to sign this document is not trusted.. /// internal static string X509CertificateNotTrusted { get { return ResourceManager.GetString("X509CertificateNotTrusted", resourceCulture); } } /// /// Looks up a localized string similar to XRI support has been disabled at this site.. /// internal static string XriResolutionDisabled { get { return ResourceManager.GetString("XriResolutionDisabled", resourceCulture); } } /// /// Looks up a localized string similar to XRI resolution failed.. /// internal static string XriResolutionFailed { get { return ResourceManager.GetString("XriResolutionFailed", resourceCulture); } } } }