//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.3521
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace DotNetOpenId {
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", "2.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Strings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Strings() {
}
///
/// 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("DotNetOpenId.Strings", typeof(Strings).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 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 A Simple Registration request must be deserialized before CreateResponse can be called..
///
internal static string CallDeserializeBeforeCreateResponse {
get {
return ResourceManager.GetString("CallDeserializeBeforeCreateResponse", resourceCulture);
}
}
///
/// Looks up a localized string similar to XRI CanonicalID verification failed..
///
internal static string CIDVerificationFailed {
get {
return ResourceManager.GetString("CIDVerificationFailed", 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 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 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 An encrypted session using either HTTPS or Diffie-Hellman is required when establishing associations between relying parties and providers..
///
internal static string EncryptionRequired {
get {
return ResourceManager.GetString("EncryptionRequired", resourceCulture);
}
}
///
/// Looks up a localized string similar to OpenID parameter '{0}' was expected to be base64 encoded but is not..
///
internal static string ExpectedBase64OpenIdQueryParameter {
get {
return ResourceManager.GetString("ExpectedBase64OpenIdQueryParameter", resourceCulture);
}
}
///
/// Looks up a localized string similar to The nonce has expired. It was good until {0} (UTC), and it is now {1} (UTC). If this looks wrong, check the server's clock, time zone and daylight savings settings..
///
internal static string ExpiredNonce {
get {
return ResourceManager.GetString("ExpiredNonce", 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 Extension parameter key '{0}' encountered, but extension parameter keys should not include their prefix..
///
internal static string ExtensionParameterKeysWithoutPrefixExpected {
get {
return ResourceManager.GetString("ExtensionParameterKeysWithoutPrefixExpected", resourceCulture);
}
}
///
/// Looks up a localized string similar to The OpenID parameter '{0}' must be signed by the OpenID Provider, but was not..
///
internal static string FieldMustBeSigned {
get {
return ResourceManager.GetString("FieldMustBeSigned", 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 No current ASP.NET HttpContext was detected. Use an overload that does not require one..
///
internal static string HttpContextRequiredForThisOverload {
get {
return ResourceManager.GetString("HttpContextRequiredForThisOverload", resourceCulture);
}
}
///
/// Looks up a localized string similar to No current HttpContext was detected, so an IAssociationStore must be explicitly provided. Call the Server constructor overload that takes an IAssociationStore..
///
internal static string IAssociationStoreRequiredWhenNoHttpContextAvailable {
get {
return ResourceManager.GetString("IAssociationStoreRequiredWhenNoHttpContextAvailable", 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 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 Inconsistent setting of application state. Authentication request was sent with application state available, but authentication response was received without it available. This makes it impossible to validate the token's signature and will cause assertion verification failure..
///
internal static string InconsistentAppState {
get {
return ResourceManager.GetString("InconsistentAppState", 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 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 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 nonce was not in the expected format..
///
internal static string InvalidNonce {
get {
return ResourceManager.GetString("InvalidNonce", resourceCulture);
}
}
///
/// Looks up a localized string similar to OpenID extension {0} parameter {1} had unexpected value '{2}'..
///
internal static string InvalidOpenIdExtensionParameterValue {
get {
return ResourceManager.GetString("InvalidOpenIdExtensionParameterValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to OpenID parameter '{0}' had unexpected value '{1}'..
///
internal static string InvalidOpenIdQueryParameterValue {
get {
return ResourceManager.GetString("InvalidOpenIdQueryParameterValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to OpenID parameter '{0}' with value '{1}' failed to base64 decode..
///
internal static string InvalidOpenIdQueryParameterValueBadBase64 {
get {
return ResourceManager.GetString("InvalidOpenIdQueryParameterValueBadBase64", 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 signature verification failed..
///
internal static string InvalidSignature {
get {
return ResourceManager.GetString("InvalidSignature", 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 Failure parsing XRDS document..
///
internal static string InvalidXRDSDocument {
get {
return ResourceManager.GetString("InvalidXRDSDocument", resourceCulture);
}
}
///
/// Looks up a localized string similar to Not a recognized XRI format: '{0}'..
///
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 given key '{0}' already exists..
///
internal static string KeyAlreadyExists {
get {
return ResourceManager.GetString("KeyAlreadyExists", 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 This Relying Party requires a Provider that supports at least OpenID version {0}, but Provider is detected to only support OpenID version {1}..
///
internal static string MinimumOPVersionRequirementNotMet {
get {
return ResourceManager.GetString("MinimumOPVersionRequirementNotMet", resourceCulture);
}
}
///
/// Looks up a localized string similar to The XRDS document for XRI {0} is missing the required CanonicalID element..
///
internal static string MissingCanonicalIDElement {
get {
return ResourceManager.GetString("MissingCanonicalIDElement", resourceCulture);
}
}
///
/// Looks up a localized string similar to Query parameter '{0}' was missing from the query..
///
internal static string MissingInternalQueryParameter {
get {
return ResourceManager.GetString("MissingInternalQueryParameter", resourceCulture);
}
}
///
/// Looks up a localized string similar to OpenID parameter '{0}' was missing from the query..
///
internal static string MissingOpenIdQueryParameter {
get {
return ResourceManager.GetString("MissingOpenIdQueryParameter", resourceCulture);
}
}
///
/// Looks up a localized string similar to Query parameter '{0}' was expected in the return_to query '{1}'..
///
internal static string MissingReturnToQueryParameter {
get {
return ResourceManager.GetString("MissingReturnToQueryParameter", 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 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 Positive assertion sent with OpenID version {0} but Identifier discovery suggested it would be {1}..
///
internal static string OpenIdDiscoveredAndActualVersionMismatch {
get {
return ResourceManager.GetString("OpenIdDiscoveredAndActualVersionMismatch", 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 Prefix should not begin or end with a period..
///
internal static string PrefixWithoutPeriodsExpected {
get {
return ResourceManager.GetString("PrefixWithoutPeriodsExpected", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unable to determine provider's OpenID version..
///
internal static string ProviderOpenIdVersionUnknown {
get {
return ResourceManager.GetString("ProviderOpenIdVersionUnknown", resourceCulture);
}
}
///
/// Looks up a localized string similar to The OpenId Provider responded with an error: '{0}'..
///
internal static string ProviderRespondedWithError {
get {
return ResourceManager.GetString("ProviderRespondedWithError", resourceCulture);
}
}
///
/// Looks up a localized string similar to The OpenId Provider responded with unrecognized HTTP status code {0}..
///
internal static string ProviderRespondedWithUnrecognizedHTTPStatusCode {
get {
return ResourceManager.GetString("ProviderRespondedWithUnrecognizedHTTPStatusCode", 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 The nonce has already been used..
///
internal static string ReplayAttackDetected {
get {
return ResourceManager.GetString("ReplayAttackDetected", resourceCulture);
}
}
///
/// Looks up a localized string similar to OpenId provider's response is not ready. Use IsResponseReady to check, and fill in the required properties first..
///
internal static string ResponseNotReady {
get {
return ResourceManager.GetString("ResponseNotReady", resourceCulture);
}
}
///
/// Looks up a localized string similar to The '{0}' parameter does not have the same value for return_to ('{1}') and the regular query ('{2}')..
///
internal static string ReturnToArgDifferentFromQueryArg {
get {
return ResourceManager.GetString("ReturnToArgDifferentFromQueryArg", 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 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 '{0}' parameter was expected to have the value '{1}' but had '{2}' instead..
///
internal static string TamperingDetected {
get {
return ResourceManager.GetString("TamperingDetected", 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 The type must implement {0}..
///
internal static string TypeMustImplementX {
get {
return ResourceManager.GetString("TypeMustImplementX", 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 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 Web request to '{0}' failed..
///
internal static string WebRequestFailed {
get {
return ResourceManager.GetString("WebRequestFailed", resourceCulture);
}
}
///
/// Looks up a localized string similar to XRI resolution failed..
///
internal static string XriResolutionFailed {
get {
return ResourceManager.GetString("XriResolutionFailed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Could not find XRI resolution Status tag or code attribute was invalid..
///
internal static string XriResolutionStatusMissing {
get {
return ResourceManager.GetString("XriResolutionStatusMissing", resourceCulture);
}
}
}
}