using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.Tracing;
using System.Globalization;
using System.IO;
using System.IO.Compression;
using System.IdentityModel;
using System.IdentityModel.Claims;
using System.IdentityModel.Policy;
using System.IdentityModel.Security;
using System.IdentityModel.Selectors;
using System.IdentityModel.Tokens;
using System.Linq;
using System.Linq.Expressions;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Net.Security;
using System.Net.Sockets;
using System.Net.WebSockets;
using System.Numerics;
using System.Reflection;
using System.Resources;
using System.Runtime;
using System.Runtime.CompilerServices;
using System.Runtime.Diagnostics;
using System.Runtime.InteropServices;
using System.Runtime.Remoting.Metadata.W3cXsd2001;
using System.Runtime.Serialization;
using System.Security;
using System.Security.Authentication;
using System.Security.Authentication.ExtendedProtection;
using System.Security.Claims;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Security.Permissions;
using System.Security.Principal;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.ServiceModel.Channels.ConnectionHelpers;
using System.ServiceModel.Description;
using System.ServiceModel.Diagnostics;
using System.ServiceModel.Dispatcher;
using System.ServiceModel.Security;
using System.ServiceModel.Security.Tokens;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Serialization;
using System.Xml.XPath;
using FxResources.System.Private.ServiceModel;
using Microsoft.CodeAnalysis;
using Microsoft.Extensions.ObjectPool;
[assembly: CompilationRelaxations(8)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: AssemblyDefaultAlias("System.Private.ServiceModel")]
[assembly: AssemblyMetadata(".NETFrameworkAssembly", "")]
[assembly: AssemblyMetadata("Serviceable", "True")]
[assembly: AssemblyMetadata("PreferInbox", "True")]
[assembly: AssemblyCompany("Microsoft Corporation")]
[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
[assembly: AssemblyDescription("System.Private.ServiceModel")]
[assembly: AssemblyFileVersion("4.1000.323.51101")]
[assembly: AssemblyInformationalVersion("3.4.3")]
[assembly: AssemblyProduct("Microsoft® .NET Core")]
[assembly: AssemblyTitle("System.Private.ServiceModel")]
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/wcf")]
[assembly: CLSCompliant(true)]
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
[assembly: AssemblyVersion("4.10.3.0")]
[module: UnverifiableCode]
namespace Microsoft.CodeAnalysis
{
[CompilerGenerated]
[Microsoft.CodeAnalysis.Embedded]
internal sealed class EmbeddedAttribute : Attribute
{
}
}
namespace System.Runtime.CompilerServices
{
[CompilerGenerated]
[Microsoft.CodeAnalysis.Embedded]
internal sealed class IsReadOnlyAttribute : Attribute
{
}
}
namespace FxResources.System.Private.ServiceModel
{
internal static class SR
{
}
}
namespace System
{
internal static class NotImplemented
{
internal static Exception ByDesign => new NotImplementedException();
internal static Exception ByDesignWithMessage(string message)
{
return new NotImplementedException(message);
}
}
internal static class __HResults
{
internal const int APPMODEL_ERROR_NO_PACKAGE = -2147009196;
internal const int CLDB_E_FILE_CORRUPT = -2146234098;
internal const int CLDB_E_FILE_OLDVER = -2146234105;
internal const int CLDB_E_INDEX_NOTFOUND = -2146234076;
internal const int CLR_E_BIND_ASSEMBLY_NOT_FOUND = -2146230268;
internal const int CLR_E_BIND_ASSEMBLY_PUBLIC_KEY_MISMATCH = -2146230271;
internal const int CLR_E_BIND_ASSEMBLY_VERSION_TOO_LOW = -2146230272;
internal const int CLR_E_BIND_TYPE_NOT_FOUND = -2146230267;
internal const int CLR_E_BIND_UNRECOGNIZED_IDENTITY_FORMAT = -2146230269;
internal const int COR_E_ABANDONEDMUTEX = -2146233043;
internal const int COR_E_AMBIGUOUSMATCH = -2147475171;
internal const int COR_E_APPDOMAINUNLOADED = -2146234348;
internal const int COR_E_APPLICATION = -2146232832;
internal const int COR_E_ARGUMENT = -2147024809;
internal const int COR_E_ARGUMENTOUTOFRANGE = -2146233086;
internal const int COR_E_ARITHMETIC = -2147024362;
internal const int COR_E_ARRAYTYPEMISMATCH = -2146233085;
internal const int COR_E_ASSEMBLYEXPECTED = -2146234344;
internal const int COR_E_BADIMAGEFORMAT = -2147024885;
internal const int COR_E_CANNOTUNLOADAPPDOMAIN = -2146234347;
internal const int COR_E_CODECONTRACTFAILED = -2146233022;
internal const int COR_E_CONTEXTMARSHAL = -2146233084;
internal const int COR_E_CUSTOMATTRIBUTEFORMAT = -2146232827;
internal const int COR_E_DATAMISALIGNED = -2146233023;
internal const int COR_E_DIVIDEBYZERO = -2147352558;
internal const int COR_E_DLLNOTFOUND = -2146233052;
internal const int COR_E_DUPLICATEWAITOBJECT = -2146233047;
internal const int COR_E_ENTRYPOINTNOTFOUND = -2146233053;
internal const int COR_E_EXCEPTION = -2146233088;
internal const int COR_E_EXECUTIONENGINE = -2146233082;
internal const int COR_E_FIELDACCESS = -2146233081;
internal const int COR_E_FIXUPSINEXE = -2146234343;
internal const int COR_E_FORMAT = -2146233033;
internal const int COR_E_INDEXOUTOFRANGE = -2146233080;
internal const int COR_E_INSUFFICIENTEXECUTIONSTACK = -2146232968;
internal const int COR_E_INVALIDCAST = -2147467262;
internal const int COR_E_INVALIDCOMOBJECT = -2146233049;
internal const int COR_E_INVALIDFILTERCRITERIA = -2146232831;
internal const int COR_E_INVALIDOLEVARIANTTYPE = -2146233039;
internal const int COR_E_INVALIDOPERATION = -2146233079;
internal const int COR_E_INVALIDPROGRAM = -2146233030;
internal const int COR_E_KEYNOTFOUND = -2146232969;
internal const int COR_E_LOADING_REFERENCE_ASSEMBLY = -2146234280;
internal const int COR_E_MARSHALDIRECTIVE = -2146233035;
internal const int COR_E_MEMBERACCESS = -2146233062;
internal const int COR_E_METHODACCESS = -2146233072;
internal const int COR_E_MISSINGFIELD = -2146233071;
internal const int COR_E_MISSINGMANIFESTRESOURCE = -2146233038;
internal const int COR_E_MISSINGMEMBER = -2146233070;
internal const int COR_E_MISSINGMETHOD = -2146233069;
internal const int COR_E_MISSINGSATELLITEASSEMBLY = -2146233034;
internal const int COR_E_MODULE_HASH_CHECK_FAILED = -2146234311;
internal const int COR_E_MULTICASTNOTSUPPORTED = -2146233068;
internal const int COR_E_NEWER_RUNTIME = -2146234341;
internal const int COR_E_NOTFINITENUMBER = -2146233048;
internal const int COR_E_NOTSUPPORTED = -2146233067;
internal const int COR_E_NULLREFERENCE = -2147467261;
internal const int COR_E_OBJECTDISPOSED = -2146232798;
internal const int COR_E_OPERATIONCANCELED = -2146233029;
internal const int COR_E_OUTOFMEMORY = -2147024882;
internal const int COR_E_OVERFLOW = -2146233066;
internal const int COR_E_PLATFORMNOTSUPPORTED = -2146233031;
internal const int COR_E_RANK = -2146233065;
internal const int COR_E_REFLECTIONTYPELOAD = -2146232830;
internal const int COR_E_REMOTING = -2146233077;
internal const int COR_E_RUNTIMEWRAPPED = -2146233026;
internal const int COR_E_SAFEARRAYRANKMISMATCH = -2146233032;
internal const int COR_E_SAFEARRAYTYPEMISMATCH = -2146233037;
internal const int COR_E_SECURITY = -2146233078;
internal const int COR_E_SERIALIZATION = -2146233076;
internal const int COR_E_SERVER = -2146233074;
internal const int COR_E_STACKOVERFLOW = -2147023895;
internal const int COR_E_SYNCHRONIZATIONLOCK = -2146233064;
internal const int COR_E_SYSTEM = -2146233087;
internal const int COR_E_TARGET = -2146232829;
internal const int COR_E_TARGETINVOCATION = -2146232828;
internal const int COR_E_TARGETPARAMCOUNT = -2147352562;
internal const int COR_E_THREADABORTED = -2146233040;
internal const int COR_E_THREADINTERRUPTED = -2146233063;
internal const int COR_E_THREADSTART = -2146233051;
internal const int COR_E_THREADSTATE = -2146233056;
internal const int COR_E_TIMEOUT = -2146233083;
internal const int COR_E_TYPEACCESS = -2146233021;
internal const int COR_E_TYPEINITIALIZATION = -2146233036;
internal const int COR_E_TYPELOAD = -2146233054;
internal const int COR_E_TYPEUNLOADED = -2146234349;
internal const int COR_E_UNAUTHORIZEDACCESS = -2147024891;
internal const int COR_E_VERIFICATION = -2146233075;
internal const int COR_E_WAITHANDLECANNOTBEOPENED = -2146233044;
internal const int CORSEC_E_CRYPTO = -2146233296;
internal const int CORSEC_E_CRYPTO_UNEX_OPER = -2146233295;
internal const int CORSEC_E_INVALID_IMAGE_FORMAT = -2146233315;
internal const int CORSEC_E_INVALID_PUBLICKEY = -2146233314;
internal const int CORSEC_E_INVALID_STRONGNAME = -2146233318;
internal const int CORSEC_E_MIN_GRANT_FAIL = -2146233321;
internal const int CORSEC_E_MISSING_STRONGNAME = -2146233317;
internal const int CORSEC_E_NO_EXEC_PERM = -2146233320;
internal const int CORSEC_E_POLICY_EXCEPTION = -2146233322;
internal const int CORSEC_E_SIGNATURE_MISMATCH = -2146233312;
internal const int CORSEC_E_XMLSYNTAX = -2146233319;
internal const int CTL_E_DEVICEIOERROR = -2146828231;
internal const int CTL_E_DIVISIONBYZERO = -2146828277;
internal const int CTL_E_FILENOTFOUND = -2146828235;
internal const int CTL_E_OUTOFMEMORY = -2146828281;
internal const int CTL_E_OUTOFSTACKSPACE = -2146828260;
internal const int CTL_E_OVERFLOW = -2146828282;
internal const int CTL_E_PATHFILEACCESSERROR = -2146828213;
internal const int CTL_E_PATHNOTFOUND = -2146828212;
internal const int CTL_E_PERMISSIONDENIED = -2146828218;
internal const int E_ELEMENTNOTAVAILABLE = -2144665569;
internal const int E_ELEMENTNOTENABLED = -2144665570;
internal const int E_FAIL = -2147467259;
internal const int E_ILLEGAL_DELEGATE_ASSIGNMENT = -2147483624;
internal const int E_ILLEGAL_METHOD_CALL = -2147483634;
internal const int E_ILLEGAL_STATE_CHANGE = -2147483635;
internal const int E_LAYOUTCYCLE = -2144665580;
internal const int E_NOTIMPL = -2147467263;
internal const int E_OUTOFMEMORY = -2147024882;
internal const int E_POINTER = -2147467261;
internal const int E_XAMLPARSEFAILED = -2144665590;
internal const int ERROR_BAD_EXE_FORMAT = -2147024703;
internal const int ERROR_BAD_NET_NAME = -2147024829;
internal const int ERROR_BAD_NETPATH = -2147024843;
internal const int ERROR_DISK_CORRUPT = -2147023503;
internal const int ERROR_DLL_INIT_FAILED = -2147023782;
internal const int ERROR_DLL_NOT_FOUND = -2147023739;
internal const int ERROR_EXE_MARKED_INVALID = -2147024704;
internal const int ERROR_FILE_CORRUPT = -2147023504;
internal const int ERROR_FILE_INVALID = -2147023890;
internal const int ERROR_FILE_NOT_FOUND = -2147024894;
internal const int ERROR_INVALID_DLL = -2147023742;
internal const int ERROR_INVALID_NAME = -2147024773;
internal const int ERROR_INVALID_ORDINAL = -2147024714;
internal const int ERROR_INVALID_PARAMETER = -2147024809;
internal const int ERROR_LOCK_VIOLATION = -2147024863;
internal const int ERROR_MOD_NOT_FOUND = -2147024770;
internal const int ERROR_NO_UNICODE_TRANSLATION = -2147023783;
internal const int ERROR_NOACCESS = -2147023898;
internal const int ERROR_NOT_READY = -2147024875;
internal const int ERROR_OPEN_FAILED = -2147024786;
internal const int ERROR_PATH_NOT_FOUND = -2147024893;
internal const int ERROR_SHARING_VIOLATION = -2147024864;
internal const int ERROR_TOO_MANY_OPEN_FILES = -2147024892;
internal const int ERROR_UNRECOGNIZED_VOLUME = -2147023891;
internal const int ERROR_WRONG_TARGET_NAME = -2147023500;
internal const int FUSION_E_ASM_MODULE_MISSING = -2146234302;
internal const int FUSION_E_CACHEFILE_FAILED = -2146234286;
internal const int FUSION_E_CODE_DOWNLOAD_DISABLED = -2146234296;
internal const int FUSION_E_HOST_GAC_ASM_MISMATCH = -2146234288;
internal const int FUSION_E_INVALID_NAME = -2146234297;
internal const int FUSION_E_INVALID_PRIVATE_ASM_LOCATION = -2146234303;
internal const int FUSION_E_LOADFROM_BLOCKED = -2146234287;
internal const int FUSION_E_PRIVATE_ASM_DISALLOWED = -2146234300;
internal const int FUSION_E_REF_DEF_MISMATCH = -2146234304;
internal const int FUSION_E_SIGNATURE_CHECK_FAILED = -2146234299;
internal const int INET_E_CANNOT_CONNECT = -2146697212;
internal const int INET_E_CONNECTION_TIMEOUT = -2146697205;
internal const int INET_E_DATA_NOT_AVAILABLE = -2146697209;
internal const int INET_E_DOWNLOAD_FAILURE = -2146697208;
internal const int INET_E_OBJECT_NOT_FOUND = -2146697210;
internal const int INET_E_RESOURCE_NOT_FOUND = -2146697211;
internal const int INET_E_UNKNOWN_PROTOCOL = -2146697203;
internal const int ISS_E_ALLOC_TOO_LARGE = -2146233212;
internal const int ISS_E_BLOCK_SIZE_TOO_SMALL = -2146233213;
internal const int ISS_E_CALLER = -2146233183;
internal const int ISS_E_CORRUPTED_STORE_FILE = -2146233216;
internal const int ISS_E_CREATE_DIR = -2146233240;
internal const int ISS_E_CREATE_MUTEX = -2146233244;
internal const int ISS_E_DEPRECATE = -2146233184;
internal const int ISS_E_FILE_NOT_MAPPED = -2146233214;
internal const int ISS_E_FILE_WRITE = -2146233242;
internal const int ISS_E_GET_FILE_SIZE = -2146233245;
internal const int ISS_E_ISOSTORE = -2146233264;
internal const int ISS_E_LOCK_FAILED = -2146233243;
internal const int ISS_E_MACHINE = -2146233181;
internal const int ISS_E_MACHINE_DACL = -2146233180;
internal const int ISS_E_MAP_VIEW_OF_FILE = -2146233246;
internal const int ISS_E_OPEN_FILE_MAPPING = -2146233247;
internal const int ISS_E_OPEN_STORE_FILE = -2146233248;
internal const int ISS_E_PATH_LENGTH = -2146233182;
internal const int ISS_E_SET_FILE_POINTER = -2146233241;
internal const int ISS_E_STORE_NOT_OPEN = -2146233239;
internal const int ISS_E_STORE_VERSION = -2146233215;
internal const int ISS_E_TABLE_ROW_NOT_FOUND = -2146233210;
internal const int ISS_E_USAGE_WILL_EXCEED_QUOTA = -2146233211;
internal const int META_E_BAD_SIGNATURE = -2146233966;
internal const int META_E_CA_FRIENDS_SN_REQUIRED = -2146233882;
internal const int MSEE_E_ASSEMBLYLOADINPROGRESS = -2146234346;
internal const int RO_E_CLOSED = -2147483629;
internal const int E_BOUNDS = -2147483637;
internal const int RO_E_METADATA_NAME_NOT_FOUND = -2147483633;
internal const int SECURITY_E_INCOMPATIBLE_EVIDENCE = -2146233341;
internal const int SECURITY_E_INCOMPATIBLE_SHARE = -2146233343;
internal const int SECURITY_E_UNVERIFIABLE = -2146233342;
internal const int STG_E_PATHNOTFOUND = -2147287037;
public const int COR_E_DIRECTORYNOTFOUND = -2147024893;
public const int COR_E_ENDOFSTREAM = -2147024858;
public const int COR_E_FILELOAD = -2146232799;
public const int COR_E_FILENOTFOUND = -2147024894;
public const int COR_E_IO = -2146232800;
public const int COR_E_PATHTOOLONG = -2147024690;
}
internal static class SR
{
private static ResourceManager s_resourceManager;
internal static ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new ResourceManager(typeof(SR)));
internal static CultureInfo Culture { get; set; }
internal static string NoIPEndpointsFoundForHost => GetResourceString("NoIPEndpointsFoundForHost");
internal static string DnsResolveFailed => GetResourceString("DnsResolveFailed");
internal static string RequiredAttributeMissing => GetResourceString("RequiredAttributeMissing");
internal static string SecurityTokenManagerCannotCreateProviderForRequirement => GetResourceString("SecurityTokenManagerCannotCreateProviderForRequirement");
internal static string SecurityTokenManagerCannotCreateAuthenticatorForRequirement => GetResourceString("SecurityTokenManagerCannotCreateAuthenticatorForRequirement");
internal static string EncodingBindingElementDoesNotHandleReaderQuotas => GetResourceString("EncodingBindingElementDoesNotHandleReaderQuotas");
internal static string ErrorDeserializingKeyIdentifierClauseFromTokenXml => GetResourceString("ErrorDeserializingKeyIdentifierClauseFromTokenXml");
internal static string ErrorDeserializingTokenXml => GetResourceString("ErrorDeserializingTokenXml");
internal static string TokenRequirementDoesNotSpecifyTargetAddress => GetResourceString("TokenRequirementDoesNotSpecifyTargetAddress");
internal static string DerivedKeyNotInitialized => GetResourceString("DerivedKeyNotInitialized");
internal static string MultipleSecurityCredentialsManagersInChannelBindingParameters => GetResourceString("MultipleSecurityCredentialsManagersInChannelBindingParameters");
internal static string DerivedKeyTokenOffsetTooHigh => GetResourceString("DerivedKeyTokenOffsetTooHigh");
internal static string DerivedKeyTokenGenerationAndLengthTooHigh => GetResourceString("DerivedKeyTokenGenerationAndLengthTooHigh");
internal static string Psha1KeyLengthInvalid => GetResourceString("Psha1KeyLengthInvalid");
internal static string CloneNotImplementedCorrectly => GetResourceString("CloneNotImplementedCorrectly");
internal static string NegotiationFailedIO => GetResourceString("NegotiationFailedIO");
internal static string AnonymousLogonsAreNotAllowed => GetResourceString("AnonymousLogonsAreNotAllowed");
internal static string MultipleSupportingAuthenticatorsOfSameType => GetResourceString("MultipleSupportingAuthenticatorsOfSameType");
internal static string SecurityTokenParametersCloneInvalidResult => GetResourceString("SecurityTokenParametersCloneInvalidResult");
internal static string CertificateUnsupportedForHttpTransportCredentialOnly => GetResourceString("CertificateUnsupportedForHttpTransportCredentialOnly");
internal static string NoncesCachedInfinitely => GetResourceString("NoncesCachedInfinitely");
internal static string TrustDriverVersionDoesNotSupportSession => GetResourceString("TrustDriverVersionDoesNotSupportSession");
internal static string TrustDriverVersionDoesNotSupportIssuedTokens => GetResourceString("TrustDriverVersionDoesNotSupportIssuedTokens");
internal static string SignatureConfirmationNotSupported => GetResourceString("SignatureConfirmationNotSupported");
internal static string SecureConversationDriverVersionDoesNotSupportSession => GetResourceString("SecureConversationDriverVersionDoesNotSupportSession");
internal static string OneWayOperationReturnedFault => GetResourceString("OneWayOperationReturnedFault");
internal static string OneWayOperationReturnedLargeFault => GetResourceString("OneWayOperationReturnedLargeFault");
internal static string OneWayOperationReturnedMessage => GetResourceString("OneWayOperationReturnedMessage");
internal static string KeyLifetimeNotWithinTokenLifetime => GetResourceString("KeyLifetimeNotWithinTokenLifetime");
internal static string EffectiveGreaterThanExpiration => GetResourceString("EffectiveGreaterThanExpiration");
internal static string LengthMustBeGreaterThanZero => GetResourceString("LengthMustBeGreaterThanZero");
internal static string OperationCannotBeDoneAfterProcessingIsStarted => GetResourceString("OperationCannotBeDoneAfterProcessingIsStarted");
internal static string ClientCredentialsUnableToCreateLocalTokenProvider => GetResourceString("ClientCredentialsUnableToCreateLocalTokenProvider");
internal static string SecurityProtocolCannotDoReplayDetection => GetResourceString("SecurityProtocolCannotDoReplayDetection");
internal static string CannotReadToken => GetResourceString("CannotReadToken");
internal static string ExpectedElementMissing => GetResourceString("ExpectedElementMissing");
internal static string MissingMessageID => GetResourceString("MissingMessageID");
internal static string OnlyBodyReturnValuesSupported => GetResourceString("OnlyBodyReturnValuesSupported");
internal static string UnexpectedEndOfFile => GetResourceString("UnexpectedEndOfFile");
internal static string TimeStampHasCreationAheadOfExpiry => GetResourceString("TimeStampHasCreationAheadOfExpiry");
internal static string TimeStampHasExpiryTimeInPast => GetResourceString("TimeStampHasExpiryTimeInPast");
internal static string TimeStampHasCreationTimeInFuture => GetResourceString("TimeStampHasCreationTimeInFuture");
internal static string TimeStampWasCreatedTooLongAgo => GetResourceString("TimeStampWasCreatedTooLongAgo");
internal static string ItemNotAvailableInDeserializedRST => GetResourceString("ItemNotAvailableInDeserializedRST");
internal static string ItemAvailableInDeserializedRSTOnly => GetResourceString("ItemAvailableInDeserializedRSTOnly");
internal static string ItemNotAvailableInDeserializedRSTR => GetResourceString("ItemNotAvailableInDeserializedRSTR");
internal static string ItemAvailableInDeserializedRSTROnly => GetResourceString("ItemAvailableInDeserializedRSTROnly");
internal static string Hosting_ServiceActivationFailed => GetResourceString("Hosting_ServiceActivationFailed");
internal static string Sharing_ConnectionDispatchFailed => GetResourceString("Sharing_ConnectionDispatchFailed");
internal static string Sharing_EndpointUnavailable => GetResourceString("Sharing_EndpointUnavailable");
internal static string UnexpectedEmptyElementExpectingClaim => GetResourceString("UnexpectedEmptyElementExpectingClaim");
internal static string UnexpectedElementExpectingElement => GetResourceString("UnexpectedElementExpectingElement");
internal static string UnexpectedDuplicateElement => GetResourceString("UnexpectedDuplicateElement");
internal static string MultipleIdentities => GetResourceString("MultipleIdentities");
internal static string InvalidUriValue => GetResourceString("InvalidUriValue");
internal static string UnrecognizedIdentityType => GetResourceString("UnrecognizedIdentityType");
internal static string InvalidIdentityElement => GetResourceString("InvalidIdentityElement");
internal static string UnrecognizedClaimTypeForIdentity => GetResourceString("UnrecognizedClaimTypeForIdentity");
internal static string SendCannotBeCalledAfterCloseOutputSession => GetResourceString("SendCannotBeCalledAfterCloseOutputSession");
internal static string CommunicationObjectCannotBeModifiedInState => GetResourceString("CommunicationObjectCannotBeModifiedInState");
internal static string CommunicationObjectCannotBeUsed => GetResourceString("CommunicationObjectCannotBeUsed");
internal static string CommunicationObjectFaulted1 => GetResourceString("CommunicationObjectFaulted1");
internal static string CommunicationObjectAborted1 => GetResourceString("CommunicationObjectAborted1");
internal static string CommunicationObjectBaseClassMethodNotCalled => GetResourceString("CommunicationObjectBaseClassMethodNotCalled");
internal static string CommunicationObjectInInvalidState => GetResourceString("CommunicationObjectInInvalidState");
internal static string ChannelFactoryCannotBeUsedToCreateChannels => GetResourceString("ChannelFactoryCannotBeUsedToCreateChannels");
internal static string ChannelParametersCannotBeModified => GetResourceString("ChannelParametersCannotBeModified");
internal static string ChannelParametersCannotBePropagated => GetResourceString("ChannelParametersCannotBePropagated");
internal static string ChannelTypeNotSupported => GetResourceString("ChannelTypeNotSupported");
internal static string InvalidEnumValue => GetResourceString("InvalidEnumValue");
internal static string InvalidDecoderStateMachine => GetResourceString("InvalidDecoderStateMachine");
internal static string ObjectDisposed => GetResourceString("ObjectDisposed");
internal static string InvalidReaderPositionOnCreateMessage => GetResourceString("InvalidReaderPositionOnCreateMessage");
internal static string DuplicateMessageProperty => GetResourceString("DuplicateMessageProperty");
internal static string MessagePropertyNotFound => GetResourceString("MessagePropertyNotFound");
internal static string HeaderAlreadyUnderstood => GetResourceString("HeaderAlreadyUnderstood");
internal static string HeaderAlreadyNotUnderstood => GetResourceString("HeaderAlreadyNotUnderstood");
internal static string MultipleMessageHeaders => GetResourceString("MultipleMessageHeaders");
internal static string MultipleMessageHeadersWithActor => GetResourceString("MultipleMessageHeadersWithActor");
internal static string MultipleRelatesToHeaders => GetResourceString("MultipleRelatesToHeaders");
internal static string ExtraContentIsPresentInFaultDetail => GetResourceString("ExtraContentIsPresentInFaultDetail");
internal static string MessageIsEmpty => GetResourceString("MessageIsEmpty");
internal static string MessageClosed => GetResourceString("MessageClosed");
internal static string BodyWriterReturnedIsNotBuffered => GetResourceString("BodyWriterReturnedIsNotBuffered");
internal static string BodyWriterCanOnlyBeWrittenOnce => GetResourceString("BodyWriterCanOnlyBeWrittenOnce");
internal static string RequestMessageDoesNotHaveAMessageID => GetResourceString("RequestMessageDoesNotHaveAMessageID");
internal static string HeaderNotFound => GetResourceString("HeaderNotFound");
internal static string MessageBufferIsClosed => GetResourceString("MessageBufferIsClosed");
internal static string MessageTextEncodingNotSupported => GetResourceString("MessageTextEncodingNotSupported");
internal static string AtLeastOneFaultReasonMustBeSpecified => GetResourceString("AtLeastOneFaultReasonMustBeSpecified");
internal static string NoNullTranslations => GetResourceString("NoNullTranslations");
internal static string FaultDoesNotHaveAnyDetail => GetResourceString("FaultDoesNotHaveAnyDetail");
internal static string InvalidXmlQualifiedName => GetResourceString("InvalidXmlQualifiedName");
internal static string UnboundPrefixInQName => GetResourceString("UnboundPrefixInQName");
internal static string MessageBodyIsUnknown => GetResourceString("MessageBodyIsUnknown");
internal static string MessageBodyIsStream => GetResourceString("MessageBodyIsStream");
internal static string MessageBodyToStringError => GetResourceString("MessageBodyToStringError");
internal static string NoMatchingTranslationFoundForFaultText => GetResourceString("NoMatchingTranslationFoundForFaultText");
internal static string CannotDetermineSPNBasedOnAddress => GetResourceString("CannotDetermineSPNBasedOnAddress");
internal static string XmlLangAttributeMissing => GetResourceString("XmlLangAttributeMissing");
internal static string EncoderUnrecognizedCharSet => GetResourceString("EncoderUnrecognizedCharSet");
internal static string EncoderUnrecognizedContentType => GetResourceString("EncoderUnrecognizedContentType");
internal static string EncoderBadContentType => GetResourceString("EncoderBadContentType");
internal static string EncoderEnvelopeVersionMismatch => GetResourceString("EncoderEnvelopeVersionMismatch");
internal static string EncoderMessageVersionMismatch => GetResourceString("EncoderMessageVersionMismatch");
internal static string SPS_SeekNotSupported => GetResourceString("SPS_SeekNotSupported");
internal static string SocketCloseReadTimeout => GetResourceString("SocketCloseReadTimeout");
internal static string SocketCloseReadReceivedData => GetResourceString("SocketCloseReadReceivedData");
internal static string SessionValueInvalid => GetResourceString("SessionValueInvalid");
internal static string SocketAbortedReceiveTimedOut => GetResourceString("SocketAbortedReceiveTimedOut");
internal static string SocketAbortedSendTimedOut => GetResourceString("SocketAbortedSendTimedOut");
internal static string OperationInvalidBeforeSecurityNegotiation => GetResourceString("OperationInvalidBeforeSecurityNegotiation");
internal static string FramingError => GetResourceString("FramingError");
internal static string FramingPrematureEOF => GetResourceString("FramingPrematureEOF");
internal static string FramingRecordTypeMismatch => GetResourceString("FramingRecordTypeMismatch");
internal static string FramingVersionNotSupported => GetResourceString("FramingVersionNotSupported");
internal static string FramingModeNotSupported => GetResourceString("FramingModeNotSupported");
internal static string FramingSizeTooLarge => GetResourceString("FramingSizeTooLarge");
internal static string FramingViaTooLong => GetResourceString("FramingViaTooLong");
internal static string FramingViaNotUri => GetResourceString("FramingViaNotUri");
internal static string FramingFaultTooLong => GetResourceString("FramingFaultTooLong");
internal static string FramingContentTypeTooLong => GetResourceString("FramingContentTypeTooLong");
internal static string FramingValueNotAvailable => GetResourceString("FramingValueNotAvailable");
internal static string FramingAtEnd => GetResourceString("FramingAtEnd");
internal static string BinaryEncoderSessionTooLarge => GetResourceString("BinaryEncoderSessionTooLarge");
internal static string BinaryEncoderSessionInvalid => GetResourceString("BinaryEncoderSessionInvalid");
internal static string BinaryEncoderSessionMalformed => GetResourceString("BinaryEncoderSessionMalformed");
internal static string ReceiveShutdownReturnedFault => GetResourceString("ReceiveShutdownReturnedFault");
internal static string ReceiveShutdownReturnedLargeFault => GetResourceString("ReceiveShutdownReturnedLargeFault");
internal static string ReceiveShutdownReturnedMessage => GetResourceString("ReceiveShutdownReturnedMessage");
internal static string MaxReceivedMessageSizeExceeded => GetResourceString("MaxReceivedMessageSizeExceeded");
internal static string MaxSentMessageSizeExceeded => GetResourceString("MaxSentMessageSizeExceeded");
internal static string FramingMaxMessageSizeExceeded => GetResourceString("FramingMaxMessageSizeExceeded");
internal static string StreamDoesNotSupportTimeout => GetResourceString("StreamDoesNotSupportTimeout");
internal static string AddressingVersionNotSupported => GetResourceString("AddressingVersionNotSupported");
internal static string MessagePropertyReturnedNullCopy => GetResourceString("MessagePropertyReturnedNullCopy");
internal static string MessageVersionUnknown => GetResourceString("MessageVersionUnknown");
internal static string EnvelopeVersionUnknown => GetResourceString("EnvelopeVersionUnknown");
internal static string EnvelopeVersionNotSupported => GetResourceString("EnvelopeVersionNotSupported");
internal static string CannotDetectAddressingVersion => GetResourceString("CannotDetectAddressingVersion");
internal static string HeadersCannotBeAddedToEnvelopeVersion => GetResourceString("HeadersCannotBeAddedToEnvelopeVersion");
internal static string AddressingHeadersCannotBeAddedToAddressingVersion => GetResourceString("AddressingHeadersCannotBeAddedToAddressingVersion");
internal static string AddressingExtensionInBadNS => GetResourceString("AddressingExtensionInBadNS");
internal static string MessageHeaderVersionNotSupported => GetResourceString("MessageHeaderVersionNotSupported");
internal static string MessageHasBeenCopied => GetResourceString("MessageHasBeenCopied");
internal static string MessageHasBeenWritten => GetResourceString("MessageHasBeenWritten");
internal static string MessageHasBeenRead => GetResourceString("MessageHasBeenRead");
internal static string InvalidMessageState => GetResourceString("InvalidMessageState");
internal static string MessageBodyReaderInvalidReadState => GetResourceString("MessageBodyReaderInvalidReadState");
internal static string XmlBufferQuotaExceeded => GetResourceString("XmlBufferQuotaExceeded");
internal static string XmlBufferInInvalidState => GetResourceString("XmlBufferInInvalidState");
internal static string MessageBodyMissing => GetResourceString("MessageBodyMissing");
internal static string MessageHeaderVersionMismatch => GetResourceString("MessageHeaderVersionMismatch");
internal static string ManualAddressingRequiresAddressedMessages => GetResourceString("ManualAddressingRequiresAddressedMessages");
internal static string ReceiveTimedOut2 => GetResourceString("ReceiveTimedOut2");
internal static string WaitForMessageTimedOut => GetResourceString("WaitForMessageTimedOut");
internal static string SendToViaTimedOut => GetResourceString("SendToViaTimedOut");
internal static string CloseTimedOut => GetResourceString("CloseTimedOut");
internal static string OpenTimedOutEstablishingTransportSession => GetResourceString("OpenTimedOutEstablishingTransportSession");
internal static string RequestTimedOutEstablishingTransportSession => GetResourceString("RequestTimedOutEstablishingTransportSession");
internal static string TcpConnectingToViaTimedOut => GetResourceString("TcpConnectingToViaTimedOut");
internal static string RequestChannelSendTimedOut => GetResourceString("RequestChannelSendTimedOut");
internal static string RequestChannelWaitForReplyTimedOut => GetResourceString("RequestChannelWaitForReplyTimedOut");
internal static string HttpProxyRequiresSingleAuthScheme => GetResourceString("HttpProxyRequiresSingleAuthScheme");
internal static string UseDefaultWebProxyCantBeUsedWithExplicitProxyAddress => GetResourceString("UseDefaultWebProxyCantBeUsedWithExplicitProxyAddress");
internal static string ProxyImpersonationLevelMismatch => GetResourceString("ProxyImpersonationLevelMismatch");
internal static string ProxyAuthenticationLevelMismatch => GetResourceString("ProxyAuthenticationLevelMismatch");
internal static string HttpIfModifiedSinceParseError => GetResourceString("HttpIfModifiedSinceParseError");
internal static string HttpSoapActionMismatch => GetResourceString("HttpSoapActionMismatch");
internal static string HttpSoapActionMismatchContentType => GetResourceString("HttpSoapActionMismatchContentType");
internal static string HttpContentTypeFormatException => GetResourceString("HttpContentTypeFormatException");
internal static string HttpServerTooBusy => GetResourceString("HttpServerTooBusy");
internal static string HttpRequestTimedOut => GetResourceString("HttpRequestTimedOut");
internal static string HttpResponseTimedOut => GetResourceString("HttpResponseTimedOut");
internal static string HttpReceiveFailure => GetResourceString("HttpReceiveFailure");
internal static string HttpAuthDoesNotSupportRequestStreaming => GetResourceString("HttpAuthDoesNotSupportRequestStreaming");
internal static string ReplyAlreadySent => GetResourceString("ReplyAlreadySent");
internal static string RequestContextAborted => GetResourceString("RequestContextAborted");
internal static string InnerChannelFactoryWasNotSet => GetResourceString("InnerChannelFactoryWasNotSet");
internal static string PropertySettingErrorOnProtocolFactory => GetResourceString("PropertySettingErrorOnProtocolFactory");
internal static string ProtocolFactoryCouldNotCreateProtocol => GetResourceString("ProtocolFactoryCouldNotCreateProtocol");
internal static string IdentityCheckFailedForOutgoingMessage => GetResourceString("IdentityCheckFailedForOutgoingMessage");
internal static string IdentityCheckFailedForIncomingMessage => GetResourceString("IdentityCheckFailedForIncomingMessage");
internal static string DnsIdentityCheckFailedForIncomingMessageLackOfDnsClaim => GetResourceString("DnsIdentityCheckFailedForIncomingMessageLackOfDnsClaim");
internal static string DnsIdentityCheckFailedForOutgoingMessageLackOfDnsClaim => GetResourceString("DnsIdentityCheckFailedForOutgoingMessageLackOfDnsClaim");
internal static string DnsIdentityCheckFailedForIncomingMessage => GetResourceString("DnsIdentityCheckFailedForIncomingMessage");
internal static string DnsIdentityCheckFailedForOutgoingMessage => GetResourceString("DnsIdentityCheckFailedForOutgoingMessage");
internal static string ClientCertificateNotProvidedOnClientCredentials => GetResourceString("ClientCertificateNotProvidedOnClientCredentials");
internal static string UserNamePasswordNotProvidedOnClientCredentials => GetResourceString("UserNamePasswordNotProvidedOnClientCredentials");
internal static string ObjectIsReadOnly => GetResourceString("ObjectIsReadOnly");
internal static string EmptyXmlElementError => GetResourceString("EmptyXmlElementError");
internal static string UnexpectedXmlChildNode => GetResourceString("UnexpectedXmlChildNode");
internal static string InvalidQName => GetResourceString("InvalidQName");
internal static string SuiteDoesNotAcceptAlgorithm => GetResourceString("SuiteDoesNotAcceptAlgorithm");
internal static string CannotFindCert => GetResourceString("CannotFindCert");
internal static string CannotFindCertForTarget => GetResourceString("CannotFindCertForTarget");
internal static string FoundMultipleCerts => GetResourceString("FoundMultipleCerts");
internal static string FoundMultipleCertsForTarget => GetResourceString("FoundMultipleCertsForTarget");
internal static string SigningTokenHasNoKeys => GetResourceString("SigningTokenHasNoKeys");
internal static string SigningTokenHasNoKeysSupportingTheAlgorithmSuite => GetResourceString("SigningTokenHasNoKeysSupportingTheAlgorithmSuite");
internal static string EmptyBase64Attribute => GetResourceString("EmptyBase64Attribute");
internal static string CouldNotFindNamespaceForPrefix => GetResourceString("CouldNotFindNamespaceForPrefix");
internal static string ChildNodeTypeMissing => GetResourceString("ChildNodeTypeMissing");
internal static string SPS_InvalidAsyncResult => GetResourceString("SPS_InvalidAsyncResult");
internal static string NonceLengthTooShort => GetResourceString("NonceLengthTooShort");
internal static string IncorrectBinaryNegotiationValueType => GetResourceString("IncorrectBinaryNegotiationValueType");
internal static string CreationTimeUtcIsAfterExpiryTime => GetResourceString("CreationTimeUtcIsAfterExpiryTime");
internal static string CacheQuotaReached => GetResourceString("CacheQuotaReached");
internal static string UnrecognizedIdentityPropertyType => GetResourceString("UnrecognizedIdentityPropertyType");
internal static string EndpointNotFound => GetResourceString("EndpointNotFound");
internal static string MaxReceivedMessageSizeMustBeInIntegerRange => GetResourceString("MaxReceivedMessageSizeMustBeInIntegerRange");
internal static string MaxBufferSizeMustMatchMaxReceivedMessageSize => GetResourceString("MaxBufferSizeMustMatchMaxReceivedMessageSize");
internal static string MaxBufferSizeMustNotExceedMaxReceivedMessageSize => GetResourceString("MaxBufferSizeMustNotExceedMaxReceivedMessageSize");
internal static string InValidateIdPrefix => GetResourceString("InValidateIdPrefix");
internal static string InValidateId => GetResourceString("InValidateId");
internal static string UnexpectedHttpResponseCode => GetResourceString("UnexpectedHttpResponseCode");
internal static string HttpContentLengthIncorrect => GetResourceString("HttpContentLengthIncorrect");
internal static string MissingContentType => GetResourceString("MissingContentType");
internal static string DuplexChannelAbortedDuringOpen => GetResourceString("DuplexChannelAbortedDuringOpen");
internal static string OperationAbortedDuringConnectionEstablishment => GetResourceString("OperationAbortedDuringConnectionEstablishment");
internal static string HttpAddressingNoneHeaderOnWire => GetResourceString("HttpAddressingNoneHeaderOnWire");
internal static string MessageXmlProtocolError => GetResourceString("MessageXmlProtocolError");
internal static string TcpConnectNoBufs => GetResourceString("TcpConnectNoBufs");
internal static string InsufficentMemory => GetResourceString("InsufficentMemory");
internal static string TcpConnectError => GetResourceString("TcpConnectError");
internal static string TcpConnectErrorWithTimeSpan => GetResourceString("TcpConnectErrorWithTimeSpan");
internal static string TcpTransferError => GetResourceString("TcpTransferError");
internal static string TcpLocalConnectionAborted => GetResourceString("TcpLocalConnectionAborted");
internal static string TcpConnectionResetError => GetResourceString("TcpConnectionResetError");
internal static string TcpConnectionTimedOut => GetResourceString("TcpConnectionTimedOut");
internal static string SocketConnectionDisposed => GetResourceString("SocketConnectionDisposed");
internal static string HttpContentTypeHeaderRequired => GetResourceString("HttpContentTypeHeaderRequired");
internal static string ResponseContentTypeMismatch => GetResourceString("ResponseContentTypeMismatch");
internal static string HttpToMustEqualVia => GetResourceString("HttpToMustEqualVia");
internal static string FramingContentTypeMismatch => GetResourceString("FramingContentTypeMismatch");
internal static string FramingFaultUnrecognized => GetResourceString("FramingFaultUnrecognized");
internal static string FramingContentTypeTooLongFault => GetResourceString("FramingContentTypeTooLongFault");
internal static string FramingViaTooLongFault => GetResourceString("FramingViaTooLongFault");
internal static string FramingModeNotSupportedFault => GetResourceString("FramingModeNotSupportedFault");
internal static string FramingVersionNotSupportedFault => GetResourceString("FramingVersionNotSupportedFault");
internal static string FramingUpgradeInvalid => GetResourceString("FramingUpgradeInvalid");
internal static string ServerTooBusy => GetResourceString("ServerTooBusy");
internal static string PreambleAckIncorrect => GetResourceString("PreambleAckIncorrect");
internal static string PreambleAckIncorrectMaybeHttp => GetResourceString("PreambleAckIncorrectMaybeHttp");
internal static string StreamError => GetResourceString("StreamError");
internal static string ServerRejectedUpgradeRequest => GetResourceString("ServerRejectedUpgradeRequest");
internal static string ServerRejectedSessionPreamble => GetResourceString("ServerRejectedSessionPreamble");
internal static string UnableToResolveHost => GetResourceString("UnableToResolveHost");
internal static string HttpRequiresSingleAuthScheme => GetResourceString("HttpRequiresSingleAuthScheme");
internal static string HttpAuthSchemeCannotBeNone => GetResourceString("HttpAuthSchemeCannotBeNone");
internal static string HttpAuthorizationFailed => GetResourceString("HttpAuthorizationFailed");
internal static string HttpAuthorizationForbidden => GetResourceString("HttpAuthorizationForbidden");
internal static string InvalidUriScheme => GetResourceString("InvalidUriScheme");
internal static string HttpsServerCertThumbprintMismatch => GetResourceString("HttpsServerCertThumbprintMismatch");
internal static string TrustFailure => GetResourceString("TrustFailure");
internal static string StreamMutualAuthNotSatisfied => GetResourceString("StreamMutualAuthNotSatisfied");
internal static string InvalidTokenProvided => GetResourceString("InvalidTokenProvided");
internal static string NoUserNameTokenProvided => GetResourceString("NoUserNameTokenProvided");
internal static string RemoteIdentityFailedVerification => GetResourceString("RemoteIdentityFailedVerification");
internal static string CredentialDisallowsNtlm => GetResourceString("CredentialDisallowsNtlm");
internal static string UriGeneratorSchemeMustNotBeEmpty => GetResourceString("UriGeneratorSchemeMustNotBeEmpty");
internal static string UnsupportedSslProtectionLevel => GetResourceString("UnsupportedSslProtectionLevel");
internal static string TimeoutServiceChannelConcurrentOpen1 => GetResourceString("TimeoutServiceChannelConcurrentOpen1");
internal static string TimeoutServiceChannelConcurrentOpen2 => GetResourceString("TimeoutServiceChannelConcurrentOpen2");
internal static string TimeSpanMustbeGreaterThanTimeSpanZero => GetResourceString("TimeSpanMustbeGreaterThanTimeSpanZero");
internal static string AsyncResultCompletedTwice => GetResourceString("AsyncResultCompletedTwice");
internal static string ValueMustBeNonNegative => GetResourceString("ValueMustBeNonNegative");
internal static string ValueMustBePositive => GetResourceString("ValueMustBePositive");
internal static string ValueMustBeGreaterThanZero => GetResourceString("ValueMustBeGreaterThanZero");
internal static string ValueMustBeInRange => GetResourceString("ValueMustBeInRange");
internal static string OffsetExceedsBufferSize => GetResourceString("OffsetExceedsBufferSize");
internal static string SizeExceedsRemainingBufferSpace => GetResourceString("SizeExceedsRemainingBufferSpace");
internal static string SpaceNeededExceedsMessageFrameOffset => GetResourceString("SpaceNeededExceedsMessageFrameOffset");
internal static string FaultConverterDidNotCreateFaultMessage => GetResourceString("FaultConverterDidNotCreateFaultMessage");
internal static string FaultConverterCreatedFaultMessage => GetResourceString("FaultConverterCreatedFaultMessage");
internal static string FaultConverterDidNotCreateException => GetResourceString("FaultConverterDidNotCreateException");
internal static string FaultConverterCreatedException => GetResourceString("FaultConverterCreatedException");
internal static string UnsupportedUpgradeInitiator => GetResourceString("UnsupportedUpgradeInitiator");
internal static string StreamUpgradeUnsupportedChannelBindingKind => GetResourceString("StreamUpgradeUnsupportedChannelBindingKind");
internal static string ExtendedProtectionNotSupported => GetResourceString("ExtendedProtectionNotSupported");
internal static string HttpClientCredentialTypeInvalid => GetResourceString("HttpClientCredentialTypeInvalid");
internal static string TransportDoesNotSupportCompression => GetResourceString("TransportDoesNotSupportCompression");
internal static string UnsupportedSecuritySetting => GetResourceString("UnsupportedSecuritySetting");
internal static string UnsupportedBindingProperty => GetResourceString("UnsupportedBindingProperty");
internal static string HttpMaxPendingAcceptsTooLargeError => GetResourceString("HttpMaxPendingAcceptsTooLargeError");
internal static string UnsupportedTokenImpersonationLevel => GetResourceString("UnsupportedTokenImpersonationLevel");
internal static string TimeoutOnOpen => GetResourceString("TimeoutOnOpen");
internal static string TimeoutOnRequest => GetResourceString("TimeoutOnRequest");
internal static string SFxActionDemuxerDuplicate => GetResourceString("SFxActionDemuxerDuplicate");
internal static string SFXBindingNameCannotBeNullOrEmpty => GetResourceString("SFXBindingNameCannotBeNullOrEmpty");
internal static string SFXUnvalidNamespaceValue => GetResourceString("SFXUnvalidNamespaceValue");
internal static string SFXUnvalidNamespaceParam => GetResourceString("SFXUnvalidNamespaceParam");
internal static string SFXHeaderNameCannotBeNullOrEmpty => GetResourceString("SFXHeaderNameCannotBeNullOrEmpty");
internal static string SFxBadByReferenceParameterMetadata => GetResourceString("SFxBadByReferenceParameterMetadata");
internal static string SFxBadByValueParameterMetadata => GetResourceString("SFxBadByValueParameterMetadata");
internal static string SFxBindingMustContainTransport2 => GetResourceString("SFxBindingMustContainTransport2");
internal static string SFxBodyCannotBeNull => GetResourceString("SFxBodyCannotBeNull");
internal static string SFxCallbackBehaviorAttributeOnlyOnDuplex => GetResourceString("SFxCallbackBehaviorAttributeOnlyOnDuplex");
internal static string SFxCallbackRequestReplyInOrder1 => GetResourceString("SFxCallbackRequestReplyInOrder1");
internal static string SfxCallbackTypeCannotBeNull => GetResourceString("SfxCallbackTypeCannotBeNull");
internal static string SFxCannotActivateCallbackInstace => GetResourceString("SFxCannotActivateCallbackInstace");
internal static string SFxCannotCallAutoOpenWhenExplicitOpenCalled => GetResourceString("SFxCannotCallAutoOpenWhenExplicitOpenCalled");
internal static string SFxCannotSetExtensionsByIndex => GetResourceString("SFxCannotSetExtensionsByIndex");
internal static string SFxChannelDispatcherNoMessageVersion => GetResourceString("SFxChannelDispatcherNoMessageVersion");
internal static string SFxChannelDispatcherUnableToOpen1 => GetResourceString("SFxChannelDispatcherUnableToOpen1");
internal static string SFxChannelDispatcherUnableToOpen2 => GetResourceString("SFxChannelDispatcherUnableToOpen2");
internal static string SFxChannelFactoryTypeMustBeInterface => GetResourceString("SFxChannelFactoryTypeMustBeInterface");
internal static string SFxChannelFactoryCannotCreateFactoryWithoutDescription => GetResourceString("SFxChannelFactoryCannotCreateFactoryWithoutDescription");
internal static string SFxClientOutputSessionAutoClosed => GetResourceString("SFxClientOutputSessionAutoClosed");
internal static string SFxCollectionDoesNotSupportSet0 => GetResourceString("SFxCollectionDoesNotSupportSet0");
internal static string SFxCollectionReadOnly => GetResourceString("SFxCollectionReadOnly");
internal static string SFxCollectionWrongType2 => GetResourceString("SFxCollectionWrongType2");
internal static string SFxContextModifiedInsideScope0 => GetResourceString("SFxContextModifiedInsideScope0");
internal static string SFxContractDescriptionNameCannotBeEmpty => GetResourceString("SFxContractDescriptionNameCannotBeEmpty");
internal static string SFxContractHasZeroOperations => GetResourceString("SFxContractHasZeroOperations");
internal static string SFxContractHasZeroInitiatingOperations => GetResourceString("SFxContractHasZeroInitiatingOperations");
internal static string SFxContractInheritanceRequiresInterfaces => GetResourceString("SFxContractInheritanceRequiresInterfaces");
internal static string SFxContractInheritanceRequiresInterfaces2 => GetResourceString("SFxContractInheritanceRequiresInterfaces2");
internal static string SFxCopyToRequiresICollection => GetResourceString("SFxCopyToRequiresICollection");
internal static string SFxCreateDuplexChannel1 => GetResourceString("SFxCreateDuplexChannel1");
internal static string SFxCreateDuplexChannelNoCallback => GetResourceString("SFxCreateDuplexChannelNoCallback");
internal static string SFxCreateDuplexChannelNoCallback1 => GetResourceString("SFxCreateDuplexChannelNoCallback1");
internal static string SFxCreateDuplexChannelNoCallbackUserObject => GetResourceString("SFxCreateDuplexChannelNoCallbackUserObject");
internal static string SFxCreateDuplexChannelBadCallbackUserObject => GetResourceString("SFxCreateDuplexChannelBadCallbackUserObject");
internal static string SFxCreateNonDuplexChannel1 => GetResourceString("SFxCreateNonDuplexChannel1");
internal static string SFxCustomBindingNeedsTransport1 => GetResourceString("SFxCustomBindingNeedsTransport1");
internal static string SFxDeserializationFailed1 => GetResourceString("SFxDeserializationFailed1");
internal static string SFxDisallowedAttributeCombination => GetResourceString("SFxDisallowedAttributeCombination");
internal static string SFxInitializationUINotCalled => GetResourceString("SFxInitializationUINotCalled");
internal static string SFxInitializationUIDisallowed => GetResourceString("SFxInitializationUIDisallowed");
internal static string SFxDocEncodedNotSupported => GetResourceString("SFxDocEncodedNotSupported");
internal static string SFxDuplicateMessageParts => GetResourceString("SFxDuplicateMessageParts");
internal static string SFXEndpointBehaviorUsedOnWrongSide => GetResourceString("SFXEndpointBehaviorUsedOnWrongSide");
internal static string SFxEndpointDispatcherMultipleChannelDispatcher0 => GetResourceString("SFxEndpointDispatcherMultipleChannelDispatcher0");
internal static string SFxEndpointDispatcherDifferentChannelDispatcher0 => GetResourceString("SFxEndpointDispatcherDifferentChannelDispatcher0");
internal static string SFxErrorDeserializingRequestBody => GetResourceString("SFxErrorDeserializingRequestBody");
internal static string SFxErrorDeserializingRequestBodyMore => GetResourceString("SFxErrorDeserializingRequestBodyMore");
internal static string SFxErrorDeserializingReplyBody => GetResourceString("SFxErrorDeserializingReplyBody");
internal static string SFxErrorDeserializingReplyBodyMore => GetResourceString("SFxErrorDeserializingReplyBodyMore");
internal static string SFxErrorSerializingBody => GetResourceString("SFxErrorSerializingBody");
internal static string SFxErrorDeserializingHeader => GetResourceString("SFxErrorDeserializingHeader");
internal static string SFxErrorSerializingHeader => GetResourceString("SFxErrorSerializingHeader");
internal static string SFxErrorDeserializingFault => GetResourceString("SFxErrorDeserializingFault");
internal static string SFxErrorReflectingOnType2 => GetResourceString("SFxErrorReflectingOnType2");
internal static string SFxErrorReflectingOnMethod3 => GetResourceString("SFxErrorReflectingOnMethod3");
internal static string SFxErrorReflectingOnParameter4 => GetResourceString("SFxErrorReflectingOnParameter4");
internal static string SFxErrorReflectionOnUnknown1 => GetResourceString("SFxErrorReflectionOnUnknown1");
internal static string SFxExceptionDetailEndOfInner => GetResourceString("SFxExceptionDetailEndOfInner");
internal static string SFxExceptionDetailFormat => GetResourceString("SFxExceptionDetailFormat");
internal static string SFxFaultContractDuplicateDetailType => GetResourceString("SFxFaultContractDuplicateDetailType");
internal static string SFxFaultContractDuplicateElement => GetResourceString("SFxFaultContractDuplicateElement");
internal static string SFxFaultExceptionToString3 => GetResourceString("SFxFaultExceptionToString3");
internal static string SFxFaultReason => GetResourceString("SFxFaultReason");
internal static string SFxFaultTypeAnonymous => GetResourceString("SFxFaultTypeAnonymous");
internal static string SFxHeaderNameMismatchInMessageContract => GetResourceString("SFxHeaderNameMismatchInMessageContract");
internal static string SFxHeaderNameMismatchInOperation => GetResourceString("SFxHeaderNameMismatchInOperation");
internal static string SFxHeaderNamespaceMismatchInMessageContract => GetResourceString("SFxHeaderNamespaceMismatchInMessageContract");
internal static string SFxHeaderNamespaceMismatchInOperation => GetResourceString("SFxHeaderNamespaceMismatchInOperation");
internal static string SFxHeaderNotUnderstood => GetResourceString("SFxHeaderNotUnderstood");
internal static string SFxImmutableServiceHostBehavior0 => GetResourceString("SFxImmutableServiceHostBehavior0");
internal static string SFxImmutableChannelFactoryBehavior0 => GetResourceString("SFxImmutableChannelFactoryBehavior0");
internal static string SFxInputParametersToServiceInvalid => GetResourceString("SFxInputParametersToServiceInvalid");
internal static string SFxInputParametersToServiceNull => GetResourceString("SFxInputParametersToServiceNull");
internal static string SFxInstanceNotInitialized => GetResourceString("SFxInstanceNotInitialized");
internal static string SFxInterleavedContextScopes0 => GetResourceString("SFxInterleavedContextScopes0");
internal static string SFxInternalServerError => GetResourceString("SFxInternalServerError");
internal static string SFxInternalCallbackError => GetResourceString("SFxInternalCallbackError");
internal static string SFxInvalidAsyncResultState0 => GetResourceString("SFxInvalidAsyncResultState0");
internal static string SFxInvalidCallbackIAsyncResult => GetResourceString("SFxInvalidCallbackIAsyncResult");
internal static string SFxInvalidCallbackContractType => GetResourceString("SFxInvalidCallbackContractType");
internal static string SFxInvalidChannelToOperationContext => GetResourceString("SFxInvalidChannelToOperationContext");
internal static string SFxInvalidMessageBody => GetResourceString("SFxInvalidMessageBody");
internal static string SFxInvalidMessageBodyEmptyMessage => GetResourceString("SFxInvalidMessageBodyEmptyMessage");
internal static string SFxInvalidMessageBodyErrorSerializingParameter => GetResourceString("SFxInvalidMessageBodyErrorSerializingParameter");
internal static string SFxInvalidMessageBodyErrorDeserializingParameter => GetResourceString("SFxInvalidMessageBodyErrorDeserializingParameter");
internal static string SFxInvalidMessageBodyErrorDeserializingParameterMore => GetResourceString("SFxInvalidMessageBodyErrorDeserializingParameterMore");
internal static string SFxInvalidMessageContractSignature => GetResourceString("SFxInvalidMessageContractSignature");
internal static string SFxInvalidMessageHeaderArrayType => GetResourceString("SFxInvalidMessageHeaderArrayType");
internal static string SFxInvalidRequestAction => GetResourceString("SFxInvalidRequestAction");
internal static string SFxInvalidReplyAction => GetResourceString("SFxInvalidReplyAction");
internal static string SFxInvalidStreamInTypedMessage => GetResourceString("SFxInvalidStreamInTypedMessage");
internal static string SFxInvalidStreamInRequest => GetResourceString("SFxInvalidStreamInRequest");
internal static string SFxInvalidStreamInResponse => GetResourceString("SFxInvalidStreamInResponse");
internal static string SFxInvalidStreamOffsetLength => GetResourceString("SFxInvalidStreamOffsetLength");
internal static string SFxInvalidUseOfPrimitiveOperationFormatter => GetResourceString("SFxInvalidUseOfPrimitiveOperationFormatter");
internal static string SFxInvalidStaticOverloadCalledForDuplexChannelFactory1 => GetResourceString("SFxInvalidStaticOverloadCalledForDuplexChannelFactory1");
internal static string SFxInvalidXmlAttributeInBare => GetResourceString("SFxInvalidXmlAttributeInBare");
internal static string SFxInvalidXmlAttributeInWrapped => GetResourceString("SFxInvalidXmlAttributeInWrapped");
internal static string SFxKnownTypeAttributeInvalid1 => GetResourceString("SFxKnownTypeAttributeInvalid1");
internal static string SFxKnownTypeAttributeReturnType3 => GetResourceString("SFxKnownTypeAttributeReturnType3");
internal static string SFxKnownTypeAttributeUnknownMethod3 => GetResourceString("SFxKnownTypeAttributeUnknownMethod3");
internal static string SFxKnownTypeNull => GetResourceString("SFxKnownTypeNull");
internal static string SFxMessageContractBaseTypeNotValid => GetResourceString("SFxMessageContractBaseTypeNotValid");
internal static string SFxMessageContractRequiresDefaultConstructor => GetResourceString("SFxMessageContractRequiresDefaultConstructor");
internal static string SFxMetadataReferenceInvalidLocation => GetResourceString("SFxMetadataReferenceInvalidLocation");
internal static string SFxMethodNotSupported1 => GetResourceString("SFxMethodNotSupported1");
internal static string SFxMethodNotSupportedOnCallback1 => GetResourceString("SFxMethodNotSupportedOnCallback1");
internal static string SFxMismatchedOperationParent => GetResourceString("SFxMismatchedOperationParent");
internal static string SFxMissingActionHeader => GetResourceString("SFxMissingActionHeader");
internal static string SFxMultipleCallbackFromSynchronizationContext => GetResourceString("SFxMultipleCallbackFromSynchronizationContext");
internal static string SFxMultipleCallbackFromAsyncOperation => GetResourceString("SFxMultipleCallbackFromAsyncOperation");
internal static string SFxMultipleUnknownHeaders => GetResourceString("SFxMultipleUnknownHeaders");
internal static string SFxMultipleContractStarOperations0 => GetResourceString("SFxMultipleContractStarOperations0");
internal static string SFxNameCannotBeEmpty => GetResourceString("SFxNameCannotBeEmpty");
internal static string SFxConfigurationNameCannotBeEmpty => GetResourceString("SFxConfigurationNameCannotBeEmpty");
internal static string SFxNeedProxyBehaviorOperationSelector2 => GetResourceString("SFxNeedProxyBehaviorOperationSelector2");
internal static string SFxNoDefaultConstructor => GetResourceString("SFxNoDefaultConstructor");
internal static string SFxNoMostDerivedContract => GetResourceString("SFxNoMostDerivedContract");
internal static string SFxNullReplyFromFormatter2 => GetResourceString("SFxNullReplyFromFormatter2");
internal static string SFxServiceChannelIdleAborted => GetResourceString("SFxServiceChannelIdleAborted");
internal static string SFxSetEnableFaultsOnChannelDispatcher0 => GetResourceString("SFxSetEnableFaultsOnChannelDispatcher0");
internal static string SFxSetManualAddressingOnChannelDispatcher0 => GetResourceString("SFxSetManualAddressingOnChannelDispatcher0");
internal static string SFxNoServiceObject => GetResourceString("SFxNoServiceObject");
internal static string SFxNonExceptionThrown => GetResourceString("SFxNonExceptionThrown");
internal static string SFxNonInitiatingOperation1 => GetResourceString("SFxNonInitiatingOperation1");
internal static string SFxOneWayMessageToTwoWayMethod0 => GetResourceString("SFxOneWayMessageToTwoWayMethod0");
internal static string SFxOperationContractOnNonServiceContract => GetResourceString("SFxOperationContractOnNonServiceContract");
internal static string SFxOperationContractProviderOnNonServiceContract => GetResourceString("SFxOperationContractProviderOnNonServiceContract");
internal static string SFxOperationDescriptionNameCannotBeEmpty => GetResourceString("SFxOperationDescriptionNameCannotBeEmpty");
internal static string SFxParameterNameCannotBeNull => GetResourceString("SFxParameterNameCannotBeNull");
internal static string SFxOperationMustHaveOneOrTwoMessages => GetResourceString("SFxOperationMustHaveOneOrTwoMessages");
internal static string SFxParameterCountMismatch => GetResourceString("SFxParameterCountMismatch");
internal static string SFxParameterMustBeMessage => GetResourceString("SFxParameterMustBeMessage");
internal static string SFxParametersMustBeEmpty => GetResourceString("SFxParametersMustBeEmpty");
internal static string SFxParameterMustBeArrayOfOneElement => GetResourceString("SFxParameterMustBeArrayOfOneElement");
internal static string SFxRequestHasInvalidReplyToOnClient => GetResourceString("SFxRequestHasInvalidReplyToOnClient");
internal static string SFxRequestHasInvalidFaultToOnClient => GetResourceString("SFxRequestHasInvalidFaultToOnClient");
internal static string SFxRequestReplyNone => GetResourceString("SFxRequestReplyNone");
internal static string SFxRequestTimedOut1 => GetResourceString("SFxRequestTimedOut1");
internal static string SFxRequestTimedOut2 => GetResourceString("SFxRequestTimedOut2");
internal static string SFxReplyActionMismatch3 => GetResourceString("SFxReplyActionMismatch3");
internal static string SFxResultMustBeMessage => GetResourceString("SFxResultMustBeMessage");
internal static string SFxRpcMessageBodyPartNameInvalid => GetResourceString("SFxRpcMessageBodyPartNameInvalid");
internal static string SFxServerDidNotReply => GetResourceString("SFxServerDidNotReply");
internal static string SFxStaticMessageHeaderPropertiesNotAllowed => GetResourceString("SFxStaticMessageHeaderPropertiesNotAllowed");
internal static string SFxStreamIOException => GetResourceString("SFxStreamIOException");
internal static string SFxStreamRequestMessageClosed => GetResourceString("SFxStreamRequestMessageClosed");
internal static string SFxStreamResponseMessageClosed => GetResourceString("SFxStreamResponseMessageClosed");
internal static string SFxTimeoutOutOfRange0 => GetResourceString("SFxTimeoutOutOfRange0");
internal static string SFxTimeoutOutOfRangeTooBig => GetResourceString("SFxTimeoutOutOfRangeTooBig");
internal static string SFxTypedMessageCannotBeNull => GetResourceString("SFxTypedMessageCannotBeNull");
internal static string SFxTypedMessageCannotBeRpcLiteral => GetResourceString("SFxTypedMessageCannotBeRpcLiteral");
internal static string SFxTypedOrUntypedMessageCannotBeMixedWithParameters => GetResourceString("SFxTypedOrUntypedMessageCannotBeMixedWithParameters");
internal static string SFxTypedOrUntypedMessageCannotBeMixedWithVoidInRpc => GetResourceString("SFxTypedOrUntypedMessageCannotBeMixedWithVoidInRpc");
internal static string SFxUnknownFaultNoMatchingTranslation1 => GetResourceString("SFxUnknownFaultNoMatchingTranslation1");
internal static string SFxUnknownFaultNullReason0 => GetResourceString("SFxUnknownFaultNullReason0");
internal static string SFxUnknownFaultZeroReasons0 => GetResourceString("SFxUnknownFaultZeroReasons0");
internal static string SFxVersionMismatchInOperationContextAndMessage2 => GetResourceString("SFxVersionMismatchInOperationContextAndMessage2");
internal static string SFxWrapperNameCannotBeEmpty => GetResourceString("SFxWrapperNameCannotBeEmpty");
internal static string SFxXmlArrayNotAllowedForMultiple => GetResourceString("SFxXmlArrayNotAllowedForMultiple");
internal static string SFxXmlSerializerIsNotFound => GetResourceString("SFxXmlSerializerIsNotFound");
internal static string SFxChannelFactoryEndpointAddressUri => GetResourceString("SFxChannelFactoryEndpointAddressUri");
internal static string SFxCloseTimedOut1 => GetResourceString("SFxCloseTimedOut1");
internal static string SfxCloseTimedOutWaitingForDispatchToComplete => GetResourceString("SfxCloseTimedOutWaitingForDispatchToComplete");
internal static string SFxChannelFactoryNoBindingFoundInConfig1 => GetResourceString("SFxChannelFactoryNoBindingFoundInConfig1");
internal static string SFxChannelFactoryNoBindingFoundInConfigOrCode => GetResourceString("SFxChannelFactoryNoBindingFoundInConfigOrCode");
internal static string SFxProxyRuntimeMessageCannotBeNull => GetResourceString("SFxProxyRuntimeMessageCannotBeNull");
internal static string SFxDispatchRuntimeMessageCannotBeNull => GetResourceString("SFxDispatchRuntimeMessageCannotBeNull");
internal static string SFxMessagePartDescriptionMissingType => GetResourceString("SFxMessagePartDescriptionMissingType");
internal static string AChannelServiceEndpointSBindingIsNull0 => GetResourceString("AChannelServiceEndpointSBindingIsNull0");
internal static string AChannelServiceEndpointSContractIsNull0 => GetResourceString("AChannelServiceEndpointSContractIsNull0");
internal static string AChannelServiceEndpointSContractSNameIsNull0 => GetResourceString("AChannelServiceEndpointSContractSNameIsNull0");
internal static string AChannelServiceEndpointSContractSNamespace0 => GetResourceString("AChannelServiceEndpointSContractSNamespace0");
internal static string SFxNoEndpointMatchingContract => GetResourceString("SFxNoEndpointMatchingContract");
internal static string SFxNoEndpointMatchingAddress => GetResourceString("SFxNoEndpointMatchingAddress");
internal static string SFxNoEndpointMatchingAddressForConnectionOpeningMessage => GetResourceString("SFxNoEndpointMatchingAddressForConnectionOpeningMessage");
internal static string SFxServiceChannelCannotBeCalledBecauseIsSessionOpenNotificationEnabled => GetResourceString("SFxServiceChannelCannotBeCalledBecauseIsSessionOpenNotificationEnabled");
internal static string EndMethodsCannotBeDecoratedWithOperationContractAttribute => GetResourceString("EndMethodsCannotBeDecoratedWithOperationContractAttribute");
internal static string DispatchRuntimeRequiresFormatter0 => GetResourceString("DispatchRuntimeRequiresFormatter0");
internal static string ClientRuntimeRequiresFormatter0 => GetResourceString("ClientRuntimeRequiresFormatter0");
internal static string RuntimeRequiresInvoker0 => GetResourceString("RuntimeRequiresInvoker0");
internal static string CouldnTCreateChannelForType2 => GetResourceString("CouldnTCreateChannelForType2");
internal static string CouldnTCreateChannelForChannelType2 => GetResourceString("CouldnTCreateChannelForChannelType2");
internal static string EndpointListenerRequirementsCannotBeMetBy3 => GetResourceString("EndpointListenerRequirementsCannotBeMetBy3");
internal static string UnknownListenerType1 => GetResourceString("UnknownListenerType1");
internal static string BindingDoesnTSupportSessionButContractRequires1 => GetResourceString("BindingDoesnTSupportSessionButContractRequires1");
internal static string BindingDoesntSupportDatagramButContractRequires => GetResourceString("BindingDoesntSupportDatagramButContractRequires");
internal static string BindingDoesnTSupportOneWayButContractRequires1 => GetResourceString("BindingDoesnTSupportOneWayButContractRequires1");
internal static string BindingDoesnTSupportTwoWayButContractRequires1 => GetResourceString("BindingDoesnTSupportTwoWayButContractRequires1");
internal static string BindingDoesnTSupportRequestReplyButContract1 => GetResourceString("BindingDoesnTSupportRequestReplyButContract1");
internal static string BindingDoesnTSupportDuplexButContractRequires1 => GetResourceString("BindingDoesnTSupportDuplexButContractRequires1");
internal static string BindingDoesnTSupportAnyChannelTypes1 => GetResourceString("BindingDoesnTSupportAnyChannelTypes1");
internal static string ContractIsNotSelfConsistentItHasOneOrMore2 => GetResourceString("ContractIsNotSelfConsistentItHasOneOrMore2");
internal static string ContractIsNotSelfConsistentWhenIsSessionOpenNotificationEnabled => GetResourceString("ContractIsNotSelfConsistentWhenIsSessionOpenNotificationEnabled");
internal static string SynchronizedCollectionWrongType1 => GetResourceString("SynchronizedCollectionWrongType1");
internal static string SynchronizedCollectionWrongTypeNull => GetResourceString("SynchronizedCollectionWrongTypeNull");
internal static string CannotAddTwoItemsWithTheSameKeyToSynchronizedKeyedCollection0 => GetResourceString("CannotAddTwoItemsWithTheSameKeyToSynchronizedKeyedCollection0");
internal static string ItemDoesNotExistInSynchronizedKeyedCollection0 => GetResourceString("ItemDoesNotExistInSynchronizedKeyedCollection0");
internal static string SuppliedMessageIsNotAReplyItHasNoRelatesTo0 => GetResourceString("SuppliedMessageIsNotAReplyItHasNoRelatesTo0");
internal static string channelIsNotAvailable0 => GetResourceString("channelIsNotAvailable0");
internal static string channelDoesNotHaveADuplexSession0 => GetResourceString("channelDoesNotHaveADuplexSession0");
internal static string UnsupportedEnvelopeVersion => GetResourceString("UnsupportedEnvelopeVersion");
internal static string ServicesWithoutAServiceContractAttributeCan2 => GetResourceString("ServicesWithoutAServiceContractAttributeCan2");
internal static string tooManyAttributesOfTypeOn2 => GetResourceString("tooManyAttributesOfTypeOn2");
internal static string couldnTFindRequiredAttributeOfTypeOn2 => GetResourceString("couldnTFindRequiredAttributeOfTypeOn2");
internal static string AttemptedToGetContractTypeForButThatTypeIs1 => GetResourceString("AttemptedToGetContractTypeForButThatTypeIs1");
internal static string NoEndMethodFoundForAsyncBeginMethod3 => GetResourceString("NoEndMethodFoundForAsyncBeginMethod3");
internal static string MoreThanOneEndMethodFoundForAsyncBeginMethod3 => GetResourceString("MoreThanOneEndMethodFoundForAsyncBeginMethod3");
internal static string InvalidAsyncEndMethodSignatureForMethod2 => GetResourceString("InvalidAsyncEndMethodSignatureForMethod2");
internal static string InvalidAsyncBeginMethodSignatureForMethod2 => GetResourceString("InvalidAsyncBeginMethodSignatureForMethod2");
internal static string InAContractInheritanceHierarchyIfParentHasCallbackChildMustToo => GetResourceString("InAContractInheritanceHierarchyIfParentHasCallbackChildMustToo");
internal static string InAContractInheritanceHierarchyTheServiceContract3_2 => GetResourceString("InAContractInheritanceHierarchyTheServiceContract3_2");
internal static string CannotHaveTwoOperationsWithTheSameName3 => GetResourceString("CannotHaveTwoOperationsWithTheSameName3");
internal static string CannotInheritTwoOperationsWithTheSameName3 => GetResourceString("CannotInheritTwoOperationsWithTheSameName3");
internal static string SyncAsyncMatchConsistency_Parameters5 => GetResourceString("SyncAsyncMatchConsistency_Parameters5");
internal static string SyncTaskMatchConsistency_Parameters5 => GetResourceString("SyncTaskMatchConsistency_Parameters5");
internal static string TaskAsyncMatchConsistency_Parameters5 => GetResourceString("TaskAsyncMatchConsistency_Parameters5");
internal static string SyncAsyncMatchConsistency_ReturnType5 => GetResourceString("SyncAsyncMatchConsistency_ReturnType5");
internal static string SyncTaskMatchConsistency_ReturnType5 => GetResourceString("SyncTaskMatchConsistency_ReturnType5");
internal static string TaskAsyncMatchConsistency_ReturnType5 => GetResourceString("TaskAsyncMatchConsistency_ReturnType5");
internal static string SyncAsyncMatchConsistency_Attributes6 => GetResourceString("SyncAsyncMatchConsistency_Attributes6");
internal static string SyncTaskMatchConsistency_Attributes6 => GetResourceString("SyncTaskMatchConsistency_Attributes6");
internal static string TaskAsyncMatchConsistency_Attributes6 => GetResourceString("TaskAsyncMatchConsistency_Attributes6");
internal static string SyncAsyncMatchConsistency_Property6 => GetResourceString("SyncAsyncMatchConsistency_Property6");
internal static string SyncTaskMatchConsistency_Property6 => GetResourceString("SyncTaskMatchConsistency_Property6");
internal static string TaskAsyncMatchConsistency_Property6 => GetResourceString("TaskAsyncMatchConsistency_Property6");
internal static string ServiceOperationsMarkedWithIsOneWayTrueMust0 => GetResourceString("ServiceOperationsMarkedWithIsOneWayTrueMust0");
internal static string OneWayOperationShouldNotSpecifyAReplyAction1 => GetResourceString("OneWayOperationShouldNotSpecifyAReplyAction1");
internal static string OneWayAndFaultsIncompatible2 => GetResourceString("OneWayAndFaultsIncompatible2");
internal static string AsyncEndCalledOnWrongChannel => GetResourceString("AsyncEndCalledOnWrongChannel");
internal static string AsyncEndCalledWithAnIAsyncResult => GetResourceString("AsyncEndCalledWithAnIAsyncResult");
internal static string MessageHeaderIsNull0 => GetResourceString("MessageHeaderIsNull0");
internal static string MessagePropertiesArraySize0 => GetResourceString("MessagePropertiesArraySize0");
internal static string DuplicateBehavior1 => GetResourceString("DuplicateBehavior1");
internal static string CantCreateChannelWithManualAddressing => GetResourceString("CantCreateChannelWithManualAddressing");
internal static string XDCannotFindValueInDictionaryString => GetResourceString("XDCannotFindValueInDictionaryString");
internal static string NoChannelBuilderAvailable => GetResourceString("NoChannelBuilderAvailable");
internal static string InvalidBindingScheme => GetResourceString("InvalidBindingScheme");
internal static string CustomBindingRequiresTransport => GetResourceString("CustomBindingRequiresTransport");
internal static string TransportBindingElementMustBeLast => GetResourceString("TransportBindingElementMustBeLast");
internal static string MessageVersionMissingFromBinding => GetResourceString("MessageVersionMissingFromBinding");
internal static string NotAllBindingElementsBuilt => GetResourceString("NotAllBindingElementsBuilt");
internal static string MultipleMebesInParameters => GetResourceString("MultipleMebesInParameters");
internal static string MultipleStreamUpgradeProvidersInParameters => GetResourceString("MultipleStreamUpgradeProvidersInParameters");
internal static string SecurityCapabilitiesMismatched => GetResourceString("SecurityCapabilitiesMismatched");
internal static string BaseAddressMustBeAbsolute => GetResourceString("BaseAddressMustBeAbsolute");
internal static string BaseAddressDuplicateScheme => GetResourceString("BaseAddressDuplicateScheme");
internal static string BaseAddressCannotHaveUserInfo => GetResourceString("BaseAddressCannotHaveUserInfo");
internal static string BaseAddressCannotHaveQuery => GetResourceString("BaseAddressCannotHaveQuery");
internal static string BaseAddressCannotHaveFragment => GetResourceString("BaseAddressCannotHaveFragment");
internal static string UriMustBeAbsolute => GetResourceString("UriMustBeAbsolute");
internal static string ClaimTypeCannotBeEmpty => GetResourceString("ClaimTypeCannotBeEmpty");
internal static string MissingCustomCertificateValidator => GetResourceString("MissingCustomCertificateValidator");
internal static string SecurityAuditPlatformNotSupported => GetResourceString("SecurityAuditPlatformNotSupported");
internal static string ActivityCallback => GetResourceString("ActivityCallback");
internal static string ActivityClose => GetResourceString("ActivityClose");
internal static string ActivityConstructChannelFactory => GetResourceString("ActivityConstructChannelFactory");
internal static string ActivityExecuteMethod => GetResourceString("ActivityExecuteMethod");
internal static string ActivityCloseClientBase => GetResourceString("ActivityCloseClientBase");
internal static string ActivityOpenClientBase => GetResourceString("ActivityOpenClientBase");
internal static string ActivityProcessAction => GetResourceString("ActivityProcessAction");
internal static string ActivityProcessingMessage => GetResourceString("ActivityProcessingMessage");
internal static string TraceCodeConnectionPoolIdleTimeoutReached => GetResourceString("TraceCodeConnectionPoolIdleTimeoutReached");
internal static string TraceCodeConnectionPoolLeaseTimeoutReached => GetResourceString("TraceCodeConnectionPoolLeaseTimeoutReached");
internal static string TraceCodeConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached => GetResourceString("TraceCodeConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached");
internal static string InputTypeListEmptyError => GetResourceString("InputTypeListEmptyError");
internal static string DelegatingHandlerArrayHasNonNullInnerHandler => GetResourceString("DelegatingHandlerArrayHasNonNullInnerHandler");
internal static string DelegatingHandlerArrayFromFuncContainsNullItem => GetResourceString("DelegatingHandlerArrayFromFuncContainsNullItem");
internal static string HttpMessageHandlerTypeNotSupported => GetResourceString("HttpMessageHandlerTypeNotSupported");
internal static string HttpPipelineNotSupportedOnClientSide => GetResourceString("HttpPipelineNotSupportedOnClientSide");
internal static string WebSocketInvalidProtocolInvalidCharInProtocolString => GetResourceString("WebSocketInvalidProtocolInvalidCharInProtocolString");
internal static string WebSocketInvalidProtocolContainsMultipleSubProtocolString => GetResourceString("WebSocketInvalidProtocolContainsMultipleSubProtocolString");
internal static string WebSocketInvalidProtocolEmptySubprotocolString => GetResourceString("WebSocketInvalidProtocolEmptySubprotocolString");
internal static string WebSocketUnexpectedCloseMessageError => GetResourceString("WebSocketUnexpectedCloseMessageError");
internal static string WebSocketStreamWriteCalledAfterEOMSent => GetResourceString("WebSocketStreamWriteCalledAfterEOMSent");
internal static string WebSocketCannotCreateRequestClientChannelWithCertainWebSocketTransportUsage => GetResourceString("WebSocketCannotCreateRequestClientChannelWithCertainWebSocketTransportUsage");
internal static string ClientWebSocketFactory_CreateWebSocketFailed => GetResourceString("ClientWebSocketFactory_CreateWebSocketFailed");
internal static string ClientWebSocketFactory_InvalidWebSocket => GetResourceString("ClientWebSocketFactory_InvalidWebSocket");
internal static string ClientWebSocketFactory_InvalidSubProtocol => GetResourceString("ClientWebSocketFactory_InvalidSubProtocol");
internal static string WebSocketSendTimedOut => GetResourceString("WebSocketSendTimedOut");
internal static string WebSocketReceiveTimedOut => GetResourceString("WebSocketReceiveTimedOut");
internal static string WebSocketOperationTimedOut => GetResourceString("WebSocketOperationTimedOut");
internal static string WebSocketVersionMismatchFromServer => GetResourceString("WebSocketVersionMismatchFromServer");
internal static string WebSocketSubProtocolMismatchFromServer => GetResourceString("WebSocketSubProtocolMismatchFromServer");
internal static string CopyHttpHeaderFailed => GetResourceString("CopyHttpHeaderFailed");
internal static string XmlInvalidConversion => GetResourceString("XmlInvalidConversion");
internal static string XmlInvalidStream => GetResourceString("XmlInvalidStream");
internal static string LockTimeoutExceptionMessage => GetResourceString("LockTimeoutExceptionMessage");
internal static string InvalidEnumArgument => GetResourceString("InvalidEnumArgument");
internal static string InvalidTypedProxyMethodHandle => GetResourceString("InvalidTypedProxyMethodHandle");
internal static string FailedToCreateTypedProxy => GetResourceString("FailedToCreateTypedProxy");
internal static string SecurityTokenRequirementDoesNotContainProperty => GetResourceString("SecurityTokenRequirementDoesNotContainProperty");
internal static string SecurityTokenRequirementHasInvalidTypeForProperty => GetResourceString("SecurityTokenRequirementHasInvalidTypeForProperty");
internal static string TokenCancellationNotSupported => GetResourceString("TokenCancellationNotSupported");
internal static string TokenProviderUnableToGetToken => GetResourceString("TokenProviderUnableToGetToken");
internal static string TokenProviderUnableToRenewToken => GetResourceString("TokenProviderUnableToRenewToken");
internal static string TokenRenewalNotSupported => GetResourceString("TokenRenewalNotSupported");
internal static string UserNameCannotBeEmpty => GetResourceString("UserNameCannotBeEmpty");
internal static string ActivityBoundary => GetResourceString("ActivityBoundary");
internal static string StringNullOrEmpty => GetResourceString("StringNullOrEmpty");
internal static string GenericCallbackException => GetResourceString("GenericCallbackException");
internal static string ArgumentCannotBeEmptyString => GetResourceString("ArgumentCannotBeEmptyString");
internal static string KeyIdentifierClauseDoesNotSupportKeyCreation => GetResourceString("KeyIdentifierClauseDoesNotSupportKeyCreation");
internal static string SymmetricKeyLengthTooShort => GetResourceString("SymmetricKeyLengthTooShort");
internal static string KeyIdentifierCannotCreateKey => GetResourceString("KeyIdentifierCannotCreateKey");
internal static string NoKeyIdentifierClauseFound => GetResourceString("NoKeyIdentifierClauseFound");
internal static string LocalIdCannotBeEmpty => GetResourceString("LocalIdCannotBeEmpty");
internal static string CannotValidateSecurityTokenType => GetResourceString("CannotValidateSecurityTokenType");
internal static string UnauthorizedAccess_MemStreamBuffer => GetResourceString("UnauthorizedAccess_MemStreamBuffer");
internal static string ConfigurationFilesNotSupported => GetResourceString("ConfigurationFilesNotSupported");
internal static string X509ChainBuildFail => GetResourceString("X509ChainBuildFail");
internal static string ImpersonationLevelNotSupported => GetResourceString("ImpersonationLevelNotSupported");
internal static string ProvidedNetworkCredentialsForKerberosHasInvalidUserName => GetResourceString("ProvidedNetworkCredentialsForKerberosHasInvalidUserName");
internal static string SSLProtocolNegotiationFailed => GetResourceString("SSLProtocolNegotiationFailed");
internal static string ssl_io_cert_validation => GetResourceString("ssl_io_cert_validation");
internal static string X509InvalidUsageTime => GetResourceString("X509InvalidUsageTime");
internal static string X509IsInUntrustedStore => GetResourceString("X509IsInUntrustedStore");
internal static string X509IsNotInTrustedStore => GetResourceString("X509IsNotInTrustedStore");
internal static string Xml_InvalidNodeType => GetResourceString("Xml_InvalidNodeType");
internal static string SFxRpcMessageMustHaveASingleBody => GetResourceString("SFxRpcMessageMustHaveASingleBody");
internal static string SFxBodyObjectTypeCannotBeInherited => GetResourceString("SFxBodyObjectTypeCannotBeInherited");
internal static string SFxBodyObjectTypeCannotBeInterface => GetResourceString("SFxBodyObjectTypeCannotBeInterface");
internal static string SFxHeadersAreNotSupportedInEncoded => GetResourceString("SFxHeadersAreNotSupportedInEncoded");
internal static string SFxMultiplePartsNotAllowedInEncoded => GetResourceString("SFxMultiplePartsNotAllowedInEncoded");
internal static string SFxInvalidSoapAttribute => GetResourceString("SFxInvalidSoapAttribute");
internal static string SFxTerminatingOperationAlreadyCalled1 => GetResourceString("SFxTerminatingOperationAlreadyCalled1");
internal static string SFxChannelTerminated0 => GetResourceString("SFxChannelTerminated0");
internal static string PeerTrustNotSupportedOnOSX => GetResourceString("PeerTrustNotSupportedOnOSX");
internal static string SFxNone2004 => GetResourceString("SFxNone2004");
internal static string SFxRequestHasInvalidFromOnClient => GetResourceString("SFxRequestHasInvalidFromOnClient");
internal static string ClientCredentialTypeMustBeSpecifiedForMixedMode => GetResourceString("ClientCredentialTypeMustBeSpecifiedForMixedMode");
internal static string SecureConversationSecurityTokenParametersRequireBootstrapBinding => GetResourceString("SecureConversationSecurityTokenParametersRequireBootstrapBinding");
internal static string ProtocolMustBeInitiator => GetResourceString("ProtocolMustBeInitiator");
internal static string SecurityProtocolFactoryShouldBeSetBeforeThisOperation => GetResourceString("SecurityProtocolFactoryShouldBeSetBeforeThisOperation");
internal static string IssuedSecurityTokenParametersNotSet => GetResourceString("IssuedSecurityTokenParametersNotSet");
internal static string KeyRolloverGreaterThanKeyRenewal => GetResourceString("KeyRolloverGreaterThanKeyRenewal");
internal static string SecuritySessionProtocolFactoryShouldBeSetBeforeThisOperation => GetResourceString("SecuritySessionProtocolFactoryShouldBeSetBeforeThisOperation");
internal static string SecurityStandardsManagerNotSet => GetResourceString("SecurityStandardsManagerNotSet");
internal static string ActivitySecurityClose => GetResourceString("ActivitySecurityClose");
internal static string ClientSecurityCloseTimeout => GetResourceString("ClientSecurityCloseTimeout");
internal static string ClientSecurityOutputSessionCloseTimeout => GetResourceString("ClientSecurityOutputSessionCloseTimeout");
internal static string DelayedSecurityApplicationAlreadyCompleted => GetResourceString("DelayedSecurityApplicationAlreadyCompleted");
internal static string MessageBodyOperationNotValidInBodyState => GetResourceString("MessageBodyOperationNotValidInBodyState");
internal static string MessageSecurityVerificationFailed => GetResourceString("MessageSecurityVerificationFailed");
internal static string OutputNotExpected => GetResourceString("OutputNotExpected");
internal static string PrimarySignatureMustBeComputedBeforeSupportingTokenSignatures => GetResourceString("PrimarySignatureMustBeComputedBeforeSupportingTokenSignatures");
internal static string ProtocolMisMatch => GetResourceString("ProtocolMisMatch");
internal static string SenderSideSupportingTokensMustSpecifySecurityTokenParameters => GetResourceString("SenderSideSupportingTokensMustSpecifySecurityTokenParameters");
internal static string SigningWithoutPrimarySignatureRequiresTimestamp => GetResourceString("SigningWithoutPrimarySignatureRequiresTimestamp");
internal static string SupportingTokenSignaturesNotExpected => GetResourceString("SupportingTokenSignaturesNotExpected");
internal static string TimestampAlreadySetForSecurityHeader => GetResourceString("TimestampAlreadySetForSecurityHeader");
internal static string TokenDoesNotSupportKeyIdentifierClauseCreation => GetResourceString("TokenDoesNotSupportKeyIdentifierClauseCreation");
internal static string TokenManagerCannotCreateTokenReference => GetResourceString("TokenManagerCannotCreateTokenReference");
internal static string TokenMustBeNullWhenTokenParametersAre => GetResourceString("TokenMustBeNullWhenTokenParametersAre");
internal static string TokenProviderCannotGetTokensForTarget => GetResourceString("TokenProviderCannotGetTokensForTarget");
internal static string UnableToCreateTokenReference => GetResourceString("UnableToCreateTokenReference");
internal static string UnableToFindSecurityHeaderInMessage => GetResourceString("UnableToFindSecurityHeaderInMessage");
internal static string UnableToFindSecurityHeaderInMessageNoActor => GetResourceString("UnableToFindSecurityHeaderInMessageNoActor");
internal static string UnknownTokenAttachmentMode => GetResourceString("UnknownTokenAttachmentMode");
internal static string UnsupportedTokenInclusionMode => GetResourceString("UnsupportedTokenInclusionMode");
internal static string MismatchInSecurityOperationToken => GetResourceString("MismatchInSecurityOperationToken");
internal static string ResolvingExternalTokensRequireSecurityTokenParameters => GetResourceString("ResolvingExternalTokensRequireSecurityTokenParameters");
internal static string SecurityHeaderIsEmpty => GetResourceString("SecurityHeaderIsEmpty");
internal static string AlgorithmAndPrivateKeyMisMatch => GetResourceString("AlgorithmAndPrivateKeyMisMatch");
internal static string DuplicateTimestampInSecurityHeader => GetResourceString("DuplicateTimestampInSecurityHeader");
internal static string EmptyOrNullArgumentString => GetResourceString("EmptyOrNullArgumentString");
internal static string ErrorDeserializingKeyIdentifierClause => GetResourceString("ErrorDeserializingKeyIdentifierClause");
internal static string InvalidX509RawData => GetResourceString("InvalidX509RawData");
internal static string MissingPrivateKey => GetResourceString("MissingPrivateKey");
internal static string NoKeyInfoClausesToWrite => GetResourceString("NoKeyInfoClausesToWrite");
internal static string PrivateKeyNotSupported => GetResourceString("PrivateKeyNotSupported");
internal static string UnableToResolveKeyReference => GetResourceString("UnableToResolveKeyReference");
internal static string UnableToResolveTokenReference => GetResourceString("UnableToResolveTokenReference");
internal static string UnsupportedCryptoAlgorithm => GetResourceString("UnsupportedCryptoAlgorithm");
internal static string AlgorithmAndPublicKeyMisMatch => GetResourceString("AlgorithmAndPublicKeyMisMatch");
internal static string PublicKeyNotSupported => GetResourceString("PublicKeyNotSupported");
internal static string AtMostOneReferenceListIsSupportedWithDefaultPolicyCheck => GetResourceString("AtMostOneReferenceListIsSupportedWithDefaultPolicyCheck");
internal static string CustomCryptoAlgorithmIsNotValidHashAlgorithm => GetResourceString("CustomCryptoAlgorithmIsNotValidHashAlgorithm");
internal static string DuplicateIdInMessageToBeVerified => GetResourceString("DuplicateIdInMessageToBeVerified");
internal static string ID6002 => GetResourceString("ID6002");
internal static string ID6033 => GetResourceString("ID6033");
internal static string MessageProtectionOrderMismatch => GetResourceString("MessageProtectionOrderMismatch");
internal static string PrimarySignatureWasNotSignedByDerivedKey => GetResourceString("PrimarySignatureWasNotSignedByDerivedKey");
internal static string PrimarySignatureWasNotSignedByDerivedWrappedKey => GetResourceString("PrimarySignatureWasNotSignedByDerivedWrappedKey");
internal static string RequiredSecurityHeaderElementNotSigned => GetResourceString("RequiredSecurityHeaderElementNotSigned");
internal static string RequiredSecurityTokenNotEncrypted => GetResourceString("RequiredSecurityTokenNotEncrypted");
internal static string RequiredSecurityTokenNotSigned => GetResourceString("RequiredSecurityTokenNotSigned");
internal static string BadCloseTarget => GetResourceString("BadCloseTarget");
internal static string ChannelMustBeOpenedToGetSessionId => GetResourceString("ChannelMustBeOpenedToGetSessionId");
internal static string CommunicationObjectCloseInterrupted1 => GetResourceString("CommunicationObjectCloseInterrupted1");
internal static string ElementToSignMustHaveId => GetResourceString("ElementToSignMustHaveId");
internal static string InvalidCloseResponseAction => GetResourceString("InvalidCloseResponseAction");
internal static string InvalidRstRequestType => GetResourceString("InvalidRstRequestType");
internal static string MoreThanOneRSTRInRSTRC => GetResourceString("MoreThanOneRSTRInRSTRC");
internal static string NoCloseTargetSpecified => GetResourceString("NoCloseTargetSpecified");
internal static string NoPartsOfMessageMatchedPartsToSign => GetResourceString("NoPartsOfMessageMatchedPartsToSign");
internal static string SecuritySessionFaultReplyWasSent => GetResourceString("SecuritySessionFaultReplyWasSent");
internal static string SessionKeyRenewalNotSupported => GetResourceString("SessionKeyRenewalNotSupported");
internal static string SessionTokenIsNotGenericXmlToken => GetResourceString("SessionTokenIsNotGenericXmlToken");
internal static string SessionTokenWasNotClosed => GetResourceString("SessionTokenWasNotClosed");
internal static string TimeoutOnOperation => GetResourceString("TimeoutOnOperation");
internal static string TimestampToSignHasNoId => GetResourceString("TimestampToSignHasNoId");
internal static string TransportSecuredMessageHasMoreThanOneToHeader => GetResourceString("TransportSecuredMessageHasMoreThanOneToHeader");
internal static string TransportSecurityRequireToHeader => GetResourceString("TransportSecurityRequireToHeader");
internal static string UnableToCreateHashAlgorithmFromAsymmetricCrypto => GetResourceString("UnableToCreateHashAlgorithmFromAsymmetricCrypto");
internal static string UnableToCreateKeyedHashAlgorithm => GetResourceString("UnableToCreateKeyedHashAlgorithm");
internal static string UnableToRenewSessionKey => GetResourceString("UnableToRenewSessionKey");
internal static string UnexpectedSecuritySessionClose => GetResourceString("UnexpectedSecuritySessionClose");
internal static string UnexpectedSecuritySessionCloseResponse => GetResourceString("UnexpectedSecuritySessionCloseResponse");
internal static string UnknownICryptoType => GetResourceString("UnknownICryptoType");
internal static string UnsecuredMessageFaultReceived => GetResourceString("UnsecuredMessageFaultReceived");
internal static string UnsupportedCanonicalizationAlgorithm => GetResourceString("UnsupportedCanonicalizationAlgorithm");
internal static string ChannelNotOpen => GetResourceString("ChannelNotOpen");
internal static string ReceiveTimedOut => GetResourceString("ReceiveTimedOut");
internal static string ReceiveTimedOutNoLocalAddress => GetResourceString("ReceiveTimedOutNoLocalAddress");
internal static string TimeoutOnSend => GetResourceString("TimeoutOnSend");
internal static string CannotReadKeyIdentifierClause => GetResourceString("CannotReadKeyIdentifierClause");
internal static string ErrorSerializingKeyIdentifier => GetResourceString("ErrorSerializingKeyIdentifier");
internal static string ErrorSerializingKeyIdentifierClause => GetResourceString("ErrorSerializingKeyIdentifierClause");
internal static string MessageSecurityVersionOutOfRange => GetResourceString("MessageSecurityVersionOutOfRange");
internal static string PrivateKeyNotDSA => GetResourceString("PrivateKeyNotDSA");
internal static string PrivateKeyNotRSA => GetResourceString("PrivateKeyNotRSA");
internal static string PublicKeyNotDSA => GetResourceString("PublicKeyNotDSA");
internal static string PublicKeyNotRSA => GetResourceString("PublicKeyNotRSA");
internal static string StandardsManagerCannotWriteObject => GetResourceString("StandardsManagerCannotWriteObject");
internal static string UnsupportedAlgorithmForCryptoOperation => GetResourceString("UnsupportedAlgorithmForCryptoOperation");
internal static string DerivedKeyLengthSpecifiedInImplicitDerivedKeyClauseTooLong => GetResourceString("DerivedKeyLengthSpecifiedInImplicitDerivedKeyClauseTooLong");
internal static string MultipleMatchingCryptosFound => GetResourceString("MultipleMatchingCryptosFound");
internal static string UnableToDeriveKeyFromKeyInfoClause => GetResourceString("UnableToDeriveKeyFromKeyInfoClause");
internal static string CannotFindMatchingCrypto => GetResourceString("CannotFindMatchingCrypto");
internal static string DerivedKeyCannotDeriveFromSecret => GetResourceString("DerivedKeyCannotDeriveFromSecret");
internal static string DerivedKeyLengthTooLong => GetResourceString("DerivedKeyLengthTooLong");
internal static string DerivedKeyLimitExceeded => GetResourceString("DerivedKeyLimitExceeded");
internal static string DerivedKeyPosAndGenBothSpecified => GetResourceString("DerivedKeyPosAndGenBothSpecified");
internal static string DerivedKeyPosAndGenNotSpecified => GetResourceString("DerivedKeyPosAndGenNotSpecified");
internal static string ExtendedProtectionPolicyCustomChannelBindingNotSupported => GetResourceString("ExtendedProtectionPolicyCustomChannelBindingNotSupported");
internal static string CantInferReferenceForToken => GetResourceString("CantInferReferenceForToken");
internal static string Remoting_SOAPInteropxsdInvalid => GetResourceString("Remoting_SOAPInteropxsdInvalid");
internal static string SecurityTokenManagerCannotCreateSerializerForVersion => GetResourceString("SecurityTokenManagerCannotCreateSerializerForVersion");
internal static string TransportBindingElementNotFound => GetResourceString("TransportBindingElementNotFound");
internal static string UnknownEncodingInBinarySecurityToken => GetResourceString("UnknownEncodingInBinarySecurityToken");
internal static string UnsupportedPasswordType => GetResourceString("UnsupportedPasswordType");
internal static string BootstrapSecurityBindingElementNotSet => GetResourceString("BootstrapSecurityBindingElementNotSet");
internal static string IssuerBuildContextNotSet => GetResourceString("IssuerBuildContextNotSet");
internal static string SecurityAlgorithmSuiteNotSet => GetResourceString("SecurityAlgorithmSuiteNotSet");
internal static string TargetAddressIsNotSet => GetResourceString("TargetAddressIsNotSet");
internal static string TokenProviderRequiresSecurityBindingElement => GetResourceString("TokenProviderRequiresSecurityBindingElement");
internal static string BadSecurityNegotiationContext => GetResourceString("BadSecurityNegotiationContext");
internal static string CannotObtainIssuedTokenKeySize => GetResourceString("CannotObtainIssuedTokenKeySize");
internal static string ClientSecurityNegotiationTimeout => GetResourceString("ClientSecurityNegotiationTimeout");
internal static string ClientSecuritySessionRequestTimeout => GetResourceString("ClientSecuritySessionRequestTimeout");
internal static string FailToReceiveReplyFromNegotiation => GetResourceString("FailToReceiveReplyFromNegotiation");
internal static string InvalidActionForNegotiationMessage => GetResourceString("InvalidActionForNegotiationMessage");
internal static string InvalidIssuedTokenKeySize => GetResourceString("InvalidIssuedTokenKeySize");
internal static string InvalidRenewResponseAction => GetResourceString("InvalidRenewResponseAction");
internal static string IssuerBindingNotPresentInTokenRequirement => GetResourceString("IssuerBindingNotPresentInTokenRequirement");
internal static string KeyLengthMustBeMultipleOfEight => GetResourceString("KeyLengthMustBeMultipleOfEight");
internal static string NegotiationIsCompleted => GetResourceString("NegotiationIsCompleted");
internal static string NegotiationIsNotCompleted => GetResourceString("NegotiationIsNotCompleted");
internal static string NoNegotiationMessageToSend => GetResourceString("NoNegotiationMessageToSend");
internal static string SecurityEndpointNotFound => GetResourceString("SecurityEndpointNotFound");
internal static string SecurityNegotiationCannotProtectConfidentialEndpointHeader => GetResourceString("SecurityNegotiationCannotProtectConfidentialEndpointHeader");
internal static string SecurityServerTooBusy => GetResourceString("SecurityServerTooBusy");
internal static string SoapSecurityNegotiationFailed => GetResourceString("SoapSecurityNegotiationFailed");
internal static string SoapSecurityNegotiationFailedForIssuerAndTarget => GetResourceString("SoapSecurityNegotiationFailedForIssuerAndTarget");
internal static string BadIssuedTokenType => GetResourceString("BadIssuedTokenType");
internal static string BearerKeyTypeCannotHaveProofKey => GetResourceString("BearerKeyTypeCannotHaveProofKey");
internal static string DerivedKeyInvalidGenerationSpecified => GetResourceString("DerivedKeyInvalidGenerationSpecifie