| File: artifacts\obj\System.ServiceModel.Federation\Debug\netstandard2.0\System.SR.cs | |
| Project: src\src\System.ServiceModel.Federation\src\System.ServiceModel.Federation.csproj (System.ServiceModel.Federation) |
// <auto-generated> using System.Reflection; namespace FxResources.System.ServiceModel.Federation { internal static class SR { } } namespace System { internal static partial class SR { private static global::System.Resources.ResourceManager s_resourceManager; internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.ServiceModel.Federation.SR))); internal static global::System.Globalization.CultureInfo Culture { get; set; } #if !NET20 [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)] #endif internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture); /// <summary>Server '{0}' sent back a fault indicating it is in the process of shutting down. Please see the inner exception for fault details.</summary> internal static string @SecurityEndpointNotFound => GetResourceString("SecurityEndpointNotFound"); /// <summary>Server '{0}' sent back a fault indicating it is too busy to process the request. Please retry later. Please see the inner exception for fault details.</summary> internal static string @SecurityServerTooBusy => GetResourceString("SecurityServerTooBusy"); /// <summary>The communication object, {0}, cannot be used for communication because it is in the Faulted state.</summary> internal static string @CommunicationObjectFaulted1 => GetResourceString("CommunicationObjectFaulted1"); /// <summary>The communication object, {0}, is in the {1} state. Communication objects cannot be used for communication unless they are in the Opened state.</summary> internal static string @CommunicationObjectCannotBeUsed => GetResourceString("CommunicationObjectCannotBeUsed"); /// <summary>The RequestType '{0}', is not supported.</summary> internal static string @RequestTypeNotSupported => GetResourceString("RequestTypeNotSupported"); /// <summary>The token provider '{0}' was unable to provide a security token.</summary> internal static string @TokenProviderUnableToGetToken => GetResourceString("TokenProviderUnableToGetToken"); /// <summary>UseKeys are not supported</summary> internal static string @UseKeysAreNotSupported => GetResourceString("UseKeysAreNotSupported"); /// <summary>The WsTrust wersion '{0}' is not supported.</summary> internal static string @WsTrustVersionNotSupported => GetResourceString("WsTrustVersionNotSupported"); /// <summary>ChannnelFactory must support 'System.ServiceModel.Channels.IRequestChannel' interface.</summary> internal static string @ChannelFactoryMustSupportIRequestChannel => GetResourceString("ChannelFactoryMustSupportIRequestChannel"); /// <summary>Bearer key scenarios should not include a proof token or issuer entropy in the response.</summary> internal static string @BearerKeyShouldNotIincludeAProofToken => GetResourceString("BearerKeyShouldNotIincludeAProofToken"); /// <summary>Computed key proof tokens are only supported with symmetric key types.</summary> internal static string @ComputedKeyProofTokensAreOnlySupportedWithSymmetricKeyTypes => GetResourceString("ComputedKeyProofTokensAreOnlySupportedWithSymmetricKeyTypes"); /// <summary>Computed key proof tokens require issuer to supply key material via entropy.</summary> internal static string @ComputedKeyProofTokensRequireIssuerToSupplyKeyMaterialViaEntropy => GetResourceString("ComputedKeyProofTokensRequireIssuerToSupplyKeyMaterialViaEntropy"); /// <summary>Computed key proof tokens require requester to supply key material via entropy.</summary> internal static string @ComputedKeyProofTokensRequireRequesterToSupplyKeyMaterialViaEntropy => GetResourceString("ComputedKeyProofTokensRequireRequesterToSupplyKeyMaterialViaEntropy"); /// <summary>Encrypted keys for proof tokens are not supported.</summary> internal static string @EncryptedKeysForProofTokensNotSupported => GetResourceString("EncryptedKeysForProofTokensNotSupported"); /// <summary>No key size provided.</summary> internal static string @NoKeySizeProvided => GetResourceString("NoKeySizeProvided"); /// <summary>Only PSHA1 computed keys are supported.</summary> internal static string @OnlyPSHA1ComputedKeysAreSupported => GetResourceString("OnlyPSHA1ComputedKeysAreSupported"); /// <summary>Protected key entropy is not supported.</summary> internal static string @ProtectedKeyEntropyIsNotSupported => GetResourceString("ProtectedKeyEntropyIsNotSupported"); /// <summary>An RSTR containing a proof token should not also have a computed key algorithm or issuer entropy.</summary> internal static string @RSTRProofTokenShouldNotHaveAComputedKeyAlgorithmOrIssuerEntropy => GetResourceString("RSTRProofTokenShouldNotHaveAComputedKeyAlgorithmOrIssuerEntropy"); /// <summary>The IRequestChannel must be in the created state. Was: '{0}'.</summary> internal static string @IRequestChannelMustBeCreated => GetResourceString("IRequestChannelMustBeCreated"); /// <summary>tokenRequirement.GetProperty<IssuedSecurityTokenParameters> must be of type: WSTrustTokenParameters. Was: '{0}.</summary> internal static string @IssuedSecurityTokenParametersIncorrectType => GetResourceString("IssuedSecurityTokenParametersIncorrectType"); /// <summary>IssuedTokenRenewalThresholdPercentage must be greater than or equal to 1 and less than or equal to 100. Was: '{0}'.</summary> internal static string @IssuedTokenRenewalThresholdPercentageIncorrect => GetResourceString("IssuedTokenRenewalThresholdPercentageIncorrect"); /// <summary>MaxIssuedTokenCachingTime must be greater than TimeSpan.Zero. Was: '{0}'.</summary> internal static string @MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero => GetResourceString("MaxIssuedTokenCachingTimeMustBeGreaterThanTimeSpanZero"); /// <summary>Timeout must be greater than or equal to TimeSpan.Zero. To disable timeout, specify TimeSpan.MaxValue.</summary> internal static string @SFxTimeoutOutOfRange0 => GetResourceString("SFxTimeoutOutOfRange0"); /// <summary>The value of this argument must be positive.</summary> internal static string @ValueMustBePositive => GetResourceString("ValueMustBePositive"); /// <summary>Insufficient memory avaliable to complete the operation.</summary> internal static string @InsufficentMemory => GetResourceString("InsufficentMemory"); /// <summary>Process action '{0}'.</summary> internal static string @ActivityProcessAction => GetResourceString("ActivityProcessAction"); /// <summary>Client cannot determine the Service Principal Name based on the identity in the target address '{0}' for the purpose of SspiNegotiation/Kerberos. The target address identity must be a UPN identity (like acmedomain\alice) or SPN identity (like host/bobs-mac ...</summary> internal static string @CannotDetermineSPNBasedOnAddress => GetResourceString("CannotDetermineSPNBasedOnAddress"); /// <summary>AsyncResult completed twice.</summary> internal static string @AsyncResultCompletedTwice => GetResourceString("AsyncResultCompletedTwice"); /// <summary>KeyType is not supported: {0}</summary> internal static string @KeyTypeNotSupported => GetResourceString("KeyTypeNotSupported"); } }