//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34014 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace DotNetOpenAuth.Messaging { 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 MessagingStrings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal MessagingStrings() { } /// /// 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.Messaging.MessagingStrings", typeof(MessagingStrings).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 Argument's {0}.{1} property is required but is empty or null.. /// internal static string ArgumentPropertyMissing { get { return ResourceManager.GetString("ArgumentPropertyMissing", resourceCulture); } } /// /// Looks up a localized string similar to Unable to send all message data because some of it requires multi-part POST, but IMessageWithBinaryData.SendAsMultipart was false.. /// internal static string BinaryDataRequiresMultipart { get { return ResourceManager.GetString("BinaryDataRequiresMultipart", resourceCulture); } } /// /// Looks up a localized string similar to HttpContext.Current is null. There must be an ASP.NET request in process for this operation to succeed.. /// internal static string CurrentHttpContextRequired { get { return ResourceManager.GetString("CurrentHttpContextRequired", resourceCulture); } } /// /// Looks up a localized string similar to DataContractSerializer could not be initialized on message type {0}. Is it missing a [DataContract] attribute?. /// internal static string DataContractMissingFromMessageType { get { return ResourceManager.GetString("DataContractMissingFromMessageType", resourceCulture); } } /// /// Looks up a localized string similar to DataContractSerializer could not be initialized on message type {0} because the DataContractAttribute.Namespace property is not set.. /// internal static string DataContractMissingNamespace { get { return ResourceManager.GetString("DataContractMissingNamespace", resourceCulture); } } /// /// Looks up a localized string similar to Decoding failed due to data corruption.. /// internal static string DataCorruptionDetected { get { return ResourceManager.GetString("DataCorruptionDetected", resourceCulture); } } /// /// Looks up a localized string similar to An instance of type {0} was expected, but received unexpected derived type {1}.. /// internal static string DerivedTypeNotExpected { get { return ResourceManager.GetString("DerivedTypeNotExpected", resourceCulture); } } /// /// Looks up a localized string similar to The directed message's Recipient property must not be null.. /// internal static string DirectedMessageMissingRecipient { get { return ResourceManager.GetString("DirectedMessageMissingRecipient", resourceCulture); } } /// /// Looks up a localized string similar to The given set of options is not supported by this web request handler.. /// internal static string DirectWebRequestOptionsNotSupported { get { return ResourceManager.GetString("DirectWebRequestOptionsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Unable to instantiate the message part encoder/decoder type {0}.. /// internal static string EncoderInstantiationFailed { get { return ResourceManager.GetString("EncoderInstantiationFailed", resourceCulture); } } /// /// Looks up a localized string similar to Error while deserializing message {0}.. /// internal static string ErrorDeserializingMessage { get { return ResourceManager.GetString("ErrorDeserializingMessage", resourceCulture); } } /// /// Looks up a localized string similar to Error occurred while sending a direct message or getting the response.. /// internal static string ErrorInRequestReplyMessage { get { return ResourceManager.GetString("ErrorInRequestReplyMessage", resourceCulture); } } /// /// Looks up a localized string similar to This exception was not constructed with a root request message that caused it.. /// internal static string ExceptionNotConstructedForTransit { get { return ResourceManager.GetString("ExceptionNotConstructedForTransit", resourceCulture); } } /// /// Looks up a localized string similar to This exception must be instantiated with a recipient that will receive the error message, or a direct request message instance that this exception will respond to.. /// internal static string ExceptionUndeliverable { get { return ResourceManager.GetString("ExceptionUndeliverable", resourceCulture); } } /// /// Looks up a localized string similar to Expected {0} message but received no recognizable message.. /// internal static string ExpectedMessageNotReceived { get { return ResourceManager.GetString("ExpectedMessageNotReceived", resourceCulture); } } /// /// Looks up a localized string similar to The message part {0} was expected in the {1} message but was not found.. /// internal static string ExpectedParameterWasMissing { get { return ResourceManager.GetString("ExpectedParameterWasMissing", resourceCulture); } } /// /// Looks up a localized string similar to The message expired at {0} and it is now {1}.. /// internal static string ExpiredMessage { get { return ResourceManager.GetString("ExpiredMessage", resourceCulture); } } /// /// Looks up a localized string similar to Failed to add extra parameter '{0}' with value '{1}'.. /// internal static string ExtraParameterAddFailure { get { return ResourceManager.GetString("ExtraParameterAddFailure", resourceCulture); } } /// /// Looks up a localized string similar to At least one of GET or POST flags must be present.. /// internal static string GetOrPostFlagsRequired { get { return ResourceManager.GetString("GetOrPostFlagsRequired", resourceCulture); } } /// /// Looks up a localized string similar to This method requires a current HttpContext. Alternatively, use an overload of this method that allows you to pass in information without an HttpContext.. /// internal static string HttpContextRequired { get { return ResourceManager.GetString("HttpContextRequired", resourceCulture); } } /// /// Looks up a localized string similar to Messages that indicate indirect transport must implement the {0} interface.. /// internal static string IndirectMessagesMustImplementIDirectedProtocolMessage { get { return ResourceManager.GetString("IndirectMessagesMustImplementIDirectedProtocolMessage", resourceCulture); } } /// /// Looks up a localized string similar to Insecure web request for '{0}' aborted due to security requirements demanding HTTPS.. /// internal static string InsecureWebRequestWithSslRequired { get { return ResourceManager.GetString("InsecureWebRequestWithSslRequired", resourceCulture); } } /// /// Looks up a localized string similar to The {0} message required protections {{{1}}} but the channel could only apply {{{2}}}.. /// internal static string InsufficientMessageProtection { get { return ResourceManager.GetString("InsufficientMessageProtection", resourceCulture); } } /// /// Looks up a localized string similar to The customized binding element ordering is invalid.. /// internal static string InvalidCustomBindingElementOrder { get { return ResourceManager.GetString("InvalidCustomBindingElementOrder", resourceCulture); } } /// /// Looks up a localized string similar to Some part(s) of the message have invalid values: {0}. /// internal static string InvalidMessageParts { get { return ResourceManager.GetString("InvalidMessageParts", resourceCulture); } } /// /// Looks up a localized string similar to The incoming message had an invalid or missing nonce.. /// internal static string InvalidNonceReceived { get { return ResourceManager.GetString("InvalidNonceReceived", resourceCulture); } } /// /// Looks up a localized string similar to An item with the same key has already been added.. /// internal static string KeyAlreadyExists { get { return ResourceManager.GetString("KeyAlreadyExists", resourceCulture); } } /// /// Looks up a localized string similar to Message too large for a HTTP GET, and HTTP POST is not allowed for this message type.. /// internal static string MessageExceedsGetSizePostNotAllowed { get { return ResourceManager.GetString("MessageExceedsGetSizePostNotAllowed", resourceCulture); } } /// /// Looks up a localized string similar to The {0} message does not support extensions.. /// internal static string MessageNotExtensible { get { return ResourceManager.GetString("MessageNotExtensible", resourceCulture); } } /// /// Looks up a localized string similar to The value for {0}.{1} on member {1} was expected to derive from {2} but was {3}.. /// internal static string MessagePartEncoderWrongType { get { return ResourceManager.GetString("MessagePartEncoderWrongType", resourceCulture); } } /// /// Looks up a localized string similar to Error while reading message '{0}' parameter '{1}' with value '{2}'.. /// internal static string MessagePartReadFailure { get { return ResourceManager.GetString("MessagePartReadFailure", resourceCulture); } } /// /// Looks up a localized string similar to Message parameter '{0}' with value '{1}' failed to base64 decode.. /// internal static string MessagePartValueBase64DecodingFault { get { return ResourceManager.GetString("MessagePartValueBase64DecodingFault", resourceCulture); } } /// /// Looks up a localized string similar to Error while preparing message '{0}' parameter '{1}' for sending.. /// internal static string MessagePartWriteFailure { get { return ResourceManager.GetString("MessagePartWriteFailure", resourceCulture); } } /// /// Looks up a localized string similar to This message has a timestamp of {0}, which is beyond the allowable clock skew for in the future.. /// internal static string MessageTimestampInFuture { get { return ResourceManager.GetString("MessageTimestampInFuture", resourceCulture); } } /// /// Looks up a localized string similar to Missing decryption key for bucket "{0}" handle "{1}". /// internal static string MissingDecryptionKeyForHandle { get { return ResourceManager.GetString("MissingDecryptionKeyForHandle", resourceCulture); } } /// /// Looks up a localized string similar to A non-empty string was expected.. /// internal static string NonEmptyStringExpected { get { return ResourceManager.GetString("NonEmptyStringExpected", resourceCulture); } } /// /// Looks up a localized string similar to A message response is already queued for sending in the response stream.. /// internal static string QueuedMessageResponseAlreadyExists { get { return ResourceManager.GetString("QueuedMessageResponseAlreadyExists", resourceCulture); } } /// /// Looks up a localized string similar to This message has already been processed. This could indicate a replay attack in progress.. /// internal static string ReplayAttackDetected { get { return ResourceManager.GetString("ReplayAttackDetected", resourceCulture); } } /// /// Looks up a localized string similar to This channel does not support replay protection.. /// internal static string ReplayProtectionNotSupported { get { return ResourceManager.GetString("ReplayProtectionNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to The following message parts had constant value requirements that were unsatisfied: {0}. /// internal static string RequiredMessagePartConstantIncorrect { get { return ResourceManager.GetString("RequiredMessagePartConstantIncorrect", resourceCulture); } } /// /// Looks up a localized string similar to The following required non-empty parameters were empty in the {0} message: {1}. /// internal static string RequiredNonEmptyParameterWasEmpty { get { return ResourceManager.GetString("RequiredNonEmptyParameterWasEmpty", resourceCulture); } } /// /// Looks up a localized string similar to The following required parameters were missing from the {0} message: {1}. /// internal static string RequiredParametersMissing { get { return ResourceManager.GetString("RequiredParametersMissing", resourceCulture); } } /// /// Looks up a localized string similar to The binding element offering the {0} protection requires other protection that is not provided.. /// internal static string RequiredProtectionMissing { get { return ResourceManager.GetString("RequiredProtectionMissing", resourceCulture); } } /// /// Looks up a localized string similar to The list is empty.. /// internal static string SequenceContainsNoElements { get { return ResourceManager.GetString("SequenceContainsNoElements", resourceCulture); } } /// /// Looks up a localized string similar to The list contains a null element.. /// internal static string SequenceContainsNullElement { get { return ResourceManager.GetString("SequenceContainsNullElement", resourceCulture); } } /// /// Looks up a localized string similar to An HttpContext.Current.Session object is required.. /// internal static string SessionRequired { get { return ResourceManager.GetString("SessionRequired", resourceCulture); } } /// /// Looks up a localized string similar to Message signature was incorrect.. /// internal static string SignatureInvalid { get { return ResourceManager.GetString("SignatureInvalid", resourceCulture); } } /// /// Looks up a localized string similar to This channel does not support signing messages. To support signing messages, a derived Channel type must override the Sign and IsSignatureValid methods.. /// internal static string SigningNotSupported { get { return ResourceManager.GetString("SigningNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to This message factory does not support message type(s): {0}. /// internal static string StandardMessageFactoryUnsupportedMessageType { get { return ResourceManager.GetString("StandardMessageFactoryUnsupportedMessageType", resourceCulture); } } /// /// Looks up a localized string similar to The stream must have a known length.. /// internal static string StreamMustHaveKnownLength { get { return ResourceManager.GetString("StreamMustHaveKnownLength", resourceCulture); } } /// /// Looks up a localized string similar to The stream's CanRead property returned false.. /// internal static string StreamUnreadable { get { return ResourceManager.GetString("StreamUnreadable", resourceCulture); } } /// /// Looks up a localized string similar to The stream's CanWrite property returned false.. /// internal static string StreamUnwritable { get { return ResourceManager.GetString("StreamUnwritable", resourceCulture); } } /// /// Looks up a localized string similar to Expected at most 1 binding element to apply the {0} protection, but more than one applied.. /// internal static string TooManyBindingsOfferingSameProtection { get { return ResourceManager.GetString("TooManyBindingsOfferingSameProtection", resourceCulture); } } /// /// Looks up a localized string similar to The maximum allowable number of redirects were exceeded while requesting '{0}'.. /// internal static string TooManyRedirects { get { return ResourceManager.GetString("TooManyRedirects", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected buffer length.. /// internal static string UnexpectedBufferLength { get { return ResourceManager.GetString("UnexpectedBufferLength", resourceCulture); } } /// /// Looks up a localized string similar to The array must not be empty.. /// internal static string UnexpectedEmptyArray { get { return ResourceManager.GetString("UnexpectedEmptyArray", resourceCulture); } } /// /// Looks up a localized string similar to The empty string is not allowed.. /// internal static string UnexpectedEmptyString { get { return ResourceManager.GetString("UnexpectedEmptyString", resourceCulture); } } /// /// Looks up a localized string similar to Expected direct response to use HTTP status code {0} but was {1} instead.. /// internal static string UnexpectedHttpStatusCode { get { return ResourceManager.GetString("UnexpectedHttpStatusCode", resourceCulture); } } /// /// Looks up a localized string similar to Message parameter '{0}' had unexpected value '{1}'.. /// internal static string UnexpectedMessagePartValue { get { return ResourceManager.GetString("UnexpectedMessagePartValue", resourceCulture); } } /// /// Looks up a localized string similar to Expected message {0} parameter '{1}' to have value '{2}' but had '{3}' instead.. /// internal static string UnexpectedMessagePartValueForConstant { get { return ResourceManager.GetString("UnexpectedMessagePartValueForConstant", resourceCulture); } } /// /// Looks up a localized string similar to Expected message {0} but received {1} instead.. /// internal static string UnexpectedMessageReceived { get { return ResourceManager.GetString("UnexpectedMessageReceived", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected message type received.. /// internal static string UnexpectedMessageReceivedOfMany { get { return ResourceManager.GetString("UnexpectedMessageReceivedOfMany", resourceCulture); } } /// /// Looks up a localized string similar to A null key was included and is not allowed.. /// internal static string UnexpectedNullKey { get { return ResourceManager.GetString("UnexpectedNullKey", resourceCulture); } } /// /// Looks up a localized string similar to A null or empty key was included and is not allowed.. /// internal static string UnexpectedNullOrEmptyKey { get { return ResourceManager.GetString("UnexpectedNullOrEmptyKey", resourceCulture); } } /// /// Looks up a localized string similar to A null value was included for key '{0}' and is not allowed.. /// internal static string UnexpectedNullValue { get { return ResourceManager.GetString("UnexpectedNullValue", resourceCulture); } } /// /// Looks up a localized string similar to The type {0} or a derived type was expected, but {1} was given.. /// internal static string UnexpectedType { get { return ResourceManager.GetString("UnexpectedType", resourceCulture); } } /// /// Looks up a localized string similar to {0} property has unrecognized value {1}.. /// internal static string UnrecognizedEnumValue { get { return ResourceManager.GetString("UnrecognizedEnumValue", resourceCulture); } } /// /// Looks up a localized string similar to The URL '{0}' is rated unsafe and cannot be requested this way.. /// internal static string UnsafeWebRequestDetected { get { return ResourceManager.GetString("UnsafeWebRequestDetected", resourceCulture); } } /// /// Looks up a localized string similar to This blob is not a recognized encryption format.. /// internal static string UnsupportedEncryptionAlgorithm { get { return ResourceManager.GetString("UnsupportedEncryptionAlgorithm", resourceCulture); } } /// /// Looks up a localized string similar to The HTTP verb '{0}' is unrecognized and unsupported.. /// internal static string UnsupportedHttpVerb { get { return ResourceManager.GetString("UnsupportedHttpVerb", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' messages cannot be received with HTTP verb '{1}'.. /// internal static string UnsupportedHttpVerbForMessageType { get { return ResourceManager.GetString("UnsupportedHttpVerbForMessageType", resourceCulture); } } /// /// Looks up a localized string similar to Redirects on POST requests that are to untrusted servers is not supported.. /// internal static string UntrustedRedirectsOnPOSTNotSupported { get { return ResourceManager.GetString("UntrustedRedirectsOnPOSTNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Web request to '{0}' failed.. /// internal static string WebRequestFailed { get { return ResourceManager.GetString("WebRequestFailed", resourceCulture); } } } }