6 references to LocalAppContextSwitches
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs (2)
18int maxDepth = LocalAppContextSwitches.DangerousMaxRecursionDepth; 55int maxDepth = LocalAppContextSwitches.DangerousMaxRecursionDepth;
System\Security\Cryptography\Xml\EncryptedType.cs (1)
82int maxDepth = LocalAppContextSwitches.DangerousMaxRecursionDepth;
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
968if (LocalAppContextSwitches.AllowDangerousEncryptedXmlTransforms)
System\Security\Cryptography\Xml\SignedInfo.cs (1)
258if (referenceNodes.Count > LocalAppContextSwitches.MaxReferencesPerSignedInfo)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
219int maxDepth = LocalAppContextSwitches.DangerousMaxRecursionDepth;