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