8 references to LocalAppContextSwitches
System.Security.Cryptography.Xml (8)
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\TransformChain.cs (1)
187int maxTransforms = LocalAppContextSwitches.MaxTransformsPerChain;
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (2)
219int maxDepth = LocalAppContextSwitches.DangerousMaxRecursionDepth; 220int maxDecryptedDataElements = LocalAppContextSwitches.MaxDecryptedDataElements;