1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
6 using System.Collections;
7 using System.Diagnostics;
8 using System.Globalization;
10 using System.Security.Cryptography.X509Certificates;
11 using System.Security.Permissions;
13 using System.Threading;
16 namespace System.Security.Cryptography.Xml
18 internal class MyXmlDocument : XmlDocument
20 protected override XmlAttribute CreateDefaultAttribute(string prefix, string localName, string namespaceURI)
22 return CreateAttribute(prefix, localName, namespaceURI);