From 03bcedf64cd02411cf26cc03cb473a45826b45b4 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Wed, 28 Jul 2021 09:01:58 -0700 Subject: [PATCH] Update appcontextswitchoverrides-element.md Fixes #21377 --- .../file-schema/runtime/appcontextswitchoverrides-element.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element.md b/docs/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element.md index ec936bc803eea..3dfe7682f0656 100644 --- a/docs/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element.md +++ b/docs/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element.md @@ -99,7 +99,7 @@ Defines one or more switches used by the class to provi |`Switch.System.Security.Cryptography.Xml.`
`UseInsecureHashAlgorithms`|Determines whether the default for some SignedXML operations is SHA1 or SHA256.
Due to collision problems with SHA1, Microsoft recommends SHA256.|.NET Framework 4.7.1| |`Switch.System.ServiceModel.`
`AllowUnsignedToHeader`|Determines whether the `TransportWithMessageCredential` security mode allows messages with an unsigned "to" header. This is an opt-in switch. For more information, see [Runtime Changes in the .NET Framework 4.6.1](../../../migration-guide/runtime/4.5.2-4.6.1.md#windows-communication-foundation-wcf).|.NET Framework 4.6.1| |`Switch.System.ServiceModel.`
`DisableAddressHeaderCollectionValidation`>|Controls whether the constructor throws an if one of the elements is `null`.|.NET Framework 4.7.1| -|`Switch.System.ServiceModel.`
`DisableCngCertificates`|Determines whether the attempt to use X509 certificates with a CSG key storage provider throws an exception. For more information, see [WCF transport security supports certificates stored using CNG](../../../migration-guide/retargeting/4.6.1-4.6.2.md#wcf-transport-security-supports-certificates-stored-using-cng).|.NET Framework 4.6.1| +|`Switch.System.IdentityModel.`
`DisableCngCertificates`|Determines whether the attempt to use X509 certificates with a CSG key storage provider throws an exception. For more information, see [WCF transport security supports certificates stored using CNG](../../../migration-guide/retargeting/4.6.1-4.6.2.md#wcf-transport-security-supports-certificates-stored-using-cng).|.NET Framework 4.6.1| |`Switch.System.ServiceModel.`
`DisableExplicitConnectionCloseHeader`|When using the HTTP transport with a self-hosted service, setting this value to `true` causes WCF to ignore an application adding the `Connection: close` header to the response headers for a request. Setting this value to `false` enables adding the `Connection: close` header to the response headers, which results in closing the request socket after a response has been sent.|.NET Framework 4.6| |`Switch.System.ServiceModel.`
`DisableOperationContextAsyncFlow`|Handles deadlocks that result from restricting instances of a re-entrant service to a single thread of execution at a time.|.NET Framework 4.6.2| |`Switch.System.ServiceModel.`
`DisableUsingServicePointManagerSecurityProtocols`|Along with `Switch.System.Net.DontEnableSchUseStrongCrypto`, determines whether WCF message security uses TLS 1.1 and TLS 1.2.|.NET Framework 4.7 |