Update namespaces for XmlConfiguration classes

This commit is contained in:
Hisham Abdullah Bin Ateya 2015-07-06 21:41:44 +03:00
Родитель 562cdf3bdb
Коммит 6aebabf6ba
3 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -6,7 +6,7 @@ using System;
using System.Security.Cryptography.Xml;
using System.Xml;
namespace Microsoft.Framework.Configuration
namespace Microsoft.Framework.Configuration.Xml
{
/// <summary>
/// A decryptor that uses the EncryptedXml class in the desktop CLR.

Просмотреть файл

@ -6,9 +6,8 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Xml;
using Microsoft.Framework.Configuration.Xml;
namespace Microsoft.Framework.Configuration
namespace Microsoft.Framework.Configuration.Xml
{
/// <summary>
/// An XML file based <see cref="ConfigurationSource"/>.

Просмотреть файл

@ -4,9 +4,8 @@
using System;
using System.IO;
using System.Xml;
using Microsoft.Framework.Configuration.Xml;
namespace Microsoft.Framework.Configuration
namespace Microsoft.Framework.Configuration.Xml
{
internal class XmlDocumentDecryptor
{