From b87a8001fee8972fd400364afe57010271c08675 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Fri, 22 Jan 2016 12:16:08 -0800 Subject: [PATCH] Rename AspNet 5 folders and files. See https://github.com/aspnet/Announcements/issues/144 for more information. --- .../Cng/BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO.cs | 0 .../Cng/BCRYPT_KEY_LENGTHS_STRUCT.cs | 0 .../Cng/BCryptBuffer.cs | 0 .../Cng/BCryptBufferDesc.cs | 0 .../Cng/BCryptEncryptFlags.cs | 0 .../Cng/BCryptGenRandomFlags.cs | 0 .../Cng/BCryptKeyDerivationBufferType.cs | 0 .../Cng/BCryptUtil.cs | 0 .../Cng/CachedAlgorithmHandles.cs | 0 .../Cng/NCryptEncryptFlags.cs | 0 .../Cng/OSVersionUtil.cs | 0 .../Constants.cs | 0 .../CryptoUtil.cs | 0 .../DATA_BLOB.cs | 0 .../Microsoft.AspNetCore.Cryptography.Internal.xproj} | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../SafeHandles/BCryptAlgorithmHandle.cs | 0 .../SafeHandles/BCryptHandle.cs | 0 .../SafeHandles/BCryptHashHandle.cs | 0 .../SafeHandles/BCryptKeyHandle.cs | 0 .../SafeHandles/LocalAllocHandle.cs | 0 .../SafeHandles/NCryptDescriptorHandle.cs | 0 .../SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs | 0 .../SafeHandles/SafeLibraryHandle.cs | 0 .../SafeHandles/SecureLocalAllocHandle.cs | 0 .../UnsafeBufferUtil.cs | 0 .../UnsafeNativeMethods.cs | 0 .../WeakReferenceHelpers.cs | 0 .../project.json | 0 .../KeyDerivation.cs | 0 .../KeyDerivationPrf.cs | 0 .../Microsoft.AspNetCore.Cryptography.KeyDerivation.xproj} | 0 .../PBKDF2/IPbkdf2Provider.cs | 0 .../PBKDF2/ManagedPbkdf2Provider.cs | 0 .../PBKDF2/Pbkdf2Util.cs | 0 .../PBKDF2/Win7Pbkdf2Provider.cs | 0 .../PBKDF2/Win8Pbkdf2Provider.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../project.json | 0 .../CryptoUtil.cs | 0 .../DataProtectionExtensions.cs | 0 .../Error.cs | 0 .../IDataProtectionProvider.cs | 0 .../IDataProtector.cs | 0 .../Infrastructure/IApplicationDiscriminator.cs | 0 .../Microsoft.AspNetCore.DataProtection.Abstractions.xproj} | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../WebEncoders.cs | 0 .../project.json | 0 .../BitHelpers.cs | 0 .../DataProtectionExtensions.cs | 0 .../DataProtectionProvider.cs | 0 .../ITimeLimitedDataProtector.cs | 0 .../Microsoft.AspNetCore.DataProtection.Extensions.xproj} | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../TimeLimitedDataProtector.cs | 0 .../project.json | 0 .../EncodingUtil.cs | 0 .../ExceptionExtensions.cs | 0 .../Microsoft.AspNetCore.DataProtection.Sources.xproj} | 0 .../project.json | 0 .../CompatibilityDataProtector.cs | 0 .../DataProtectionStartup.cs | 0 .../Microsoft.AspNetCore.DataProtection.SystemWeb.xproj} | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../project.json | 0 .../web.config.transform | 0 .../ActivatorExtensions.cs | 0 .../ApplyPolicyAttribute.cs | 0 .../ArraySegmentExtensions.cs | 0 .../AuthenticatedEncryption/AlgorithmAssert.cs | 0 .../AuthenticatedEncryption/AuthenticatedEncryptionOptions.cs | 0 .../AuthenticatedEncryption/AuthenticatedEncryptorExtensions.cs | 0 .../CngCbcAuthenticatedEncryptionOptions.cs | 0 .../CngGcmAuthenticatedEncryptionOptions.cs | 0 .../ConfigurationModel/AuthenticatedEncryptorConfiguration.cs | 0 .../ConfigurationModel/AuthenticatedEncryptorDescriptor.cs | 0 .../AuthenticatedEncryptorDescriptorDeserializer.cs | 0 .../CngCbcAuthenticatedEncryptorConfiguration.cs | 0 .../ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptor.cs | 0 .../CngCbcAuthenticatedEncryptorDescriptorDeserializer.cs | 0 .../CngGcmAuthenticatedEncryptorConfiguration.cs | 0 .../ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptor.cs | 0 .../CngGcmAuthenticatedEncryptorDescriptorDeserializer.cs | 0 .../ConfigurationModel/ConfigurationCommon.cs | 0 .../ConfigurationModel/IAuthenticatedEncryptorConfiguration.cs | 0 .../ConfigurationModel/IAuthenticatedEncryptorDescriptor.cs | 0 .../IAuthenticatedEncryptorDescriptorDeserializer.cs | 0 .../IInternalAuthenticatedEncryptorConfiguration.cs | 0 .../ManagedAuthenticatedEncryptorConfiguration.cs | 0 .../ConfigurationModel/ManagedAuthenticatedEncryptorDescriptor.cs | 0 .../ManagedAuthenticatedEncryptorDescriptorDeserializer.cs | 0 .../ConfigurationModel/SecretExtensions.cs | 0 .../AuthenticatedEncryption/ConfigurationModel/XmlExtensions.cs | 0 .../ConfigurationModel/XmlSerializedDescriptorInfo.cs | 0 .../AuthenticatedEncryption/EncryptionAlgorithm.cs | 0 .../AuthenticatedEncryption/IAuthenticatedEncryptor.cs | 0 .../IInternalAuthenticatedEncryptionOptions.cs | 0 .../AuthenticatedEncryption/IOptimizedAuthenticatedEncryptor.cs | 0 .../ManagedAuthenticatedEncryptionOptions.cs | 0 .../AuthenticatedEncryption/ValidationAlgorithm.cs | 0 .../BitHelpers.cs | 0 .../Cng/BCryptGenRandomImpl.cs | 0 .../Cng/CbcAuthenticatedEncryptor.cs | 0 .../Cng/DpapiSecretSerializerHelper.cs | 0 .../Cng/GcmAuthenticatedEncryptor.cs | 0 .../Cng/IBCryptGenRandom.cs | 0 .../Cng/Internal/CngAuthenticatedEncryptorBase.cs | 0 .../DataProtectionConfiguration.cs | 0 .../DataProtectionOptions.cs | 0 .../DataProtectionProviderFactory.cs | 0 .../DataProtectionServiceCollectionExtensions.cs | 0 .../DataProtectionServiceDescriptors.cs | 0 .../DataProtectionServices.cs | 0 .../EphemeralDataProtectionProvider.cs | 0 .../Error.cs | 0 .../IPersistedDataProtector.cs | 0 .../ISecret.cs | 0 .../Internal/IActivator.cs | 0 .../KeyManagement/DefaultKeyResolver.cs | 0 .../KeyManagement/DefaultKeyServices.cs | 0 .../KeyManagement/DeferredKey.cs | 0 .../KeyManagement/IKey.cs | 0 .../KeyManagement/IKeyEscrowSink.cs | 0 .../KeyManagement/IKeyManager.cs | 0 .../KeyManagement/Internal/CacheableKeyRing.cs | 0 .../KeyManagement/Internal/DefaultKeyResolution.cs | 0 .../KeyManagement/Internal/ICacheableKeyRingProvider.cs | 0 .../KeyManagement/Internal/IDefaultKeyResolver.cs | 0 .../KeyManagement/Internal/IDefaultKeyServices.cs | 0 .../KeyManagement/Internal/IInternalXmlKeyManager.cs | 0 .../KeyManagement/Internal/IKeyRing.cs | 0 .../KeyManagement/Internal/IKeyRingProvider.cs | 0 .../KeyManagement/Key.cs | 0 .../KeyManagement/KeyBase.cs | 0 .../KeyManagement/KeyEscrowServiceProviderExtensions.cs | 0 .../KeyManagement/KeyExtensions.cs | 0 .../KeyManagement/KeyManagementOptions.cs | 0 .../KeyManagement/KeyRing.cs | 0 .../KeyManagement/KeyRingBasedDataProtectionProvider.cs | 0 .../KeyManagement/KeyRingBasedDataProtector.cs | 0 .../KeyManagement/KeyRingProvider.cs | 0 .../KeyManagement/XmlKeyManager.cs | 0 .../LoggingExtensions.cs | 0 .../LoggingServiceProviderExtensions.cs | 0 .../Managed/HashAlgorithmExtensions.cs | 0 .../Managed/IManagedGenRandom.cs | 0 .../Managed/ManagedAuthenticatedEncryptor.cs | 0 .../Managed/ManagedGenRandomImpl.cs | 0 .../Managed/SymmetricAlgorithmExtensions.cs | 0 .../MemoryProtection.cs | 0 .../Microsoft.AspNetCore.DataProtection.xproj} | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../RegistryPolicyResolver.cs | 0 .../Repositories/EphemeralXmlRepository.cs | 0 .../Repositories/FileSystemXmlRepository.cs | 0 .../Repositories/IXmlRepository.cs | 0 .../Repositories/RegistryXmlRepository.cs | 0 .../Resources.resx | 0 .../SP800_108/ISP800_108_CTR_HMACSHA512Provider.cs | 0 .../SP800_108/ManagedSP800_108_CTR_HMACSHA512.cs | 0 .../SP800_108/SP800_108_CTR_HMACSHA512Extensions.cs | 0 .../SP800_108/SP800_108_CTR_HMACSHA512Util.cs | 0 .../SP800_108/Win7SP800_108_CTR_HMACSHA512Provider.cs | 0 .../SP800_108/Win8SP800_108_CTR_HMACSHA512Provider.cs | 0 .../Secret.cs | 0 .../StringInterpolation.cs | 0 .../TypeExtensions.cs | 0 .../XmlConstants.cs | 0 .../XmlEncryption/CertificateResolver.cs | 0 .../XmlEncryption/CertificateXmlEncryptor.cs | 0 .../XmlEncryption/DpapiNGProtectionDescriptorFlags.cs | 0 .../XmlEncryption/DpapiNGXmlDecryptor.cs | 0 .../XmlEncryption/DpapiNGXmlEncryptor.cs | 0 .../XmlEncryption/DpapiXmlDecryptor.cs | 0 .../XmlEncryption/DpapiXmlEncryptor.cs | 0 .../XmlEncryption/EncryptedXmlDecryptor.core50.cs | 0 .../XmlEncryption/EncryptedXmlDecryptor.cs | 0 .../XmlEncryption/EncryptedXmlInfo.cs | 0 .../XmlEncryption/ICertificateResolver.cs | 0 .../XmlEncryption/IInternalCertificateXmlEncryptor.cs | 0 .../XmlEncryption/IInternalEncryptedXmlDecryptor.cs | 0 .../XmlEncryption/IXmlDecryptor.cs | 0 .../XmlEncryption/IXmlEncryptor.cs | 0 .../XmlEncryption/NullXmlDecryptor.cs | 0 .../XmlEncryption/NullXmlEncryptor.cs | 0 .../XmlEncryption/XmlEncryptionExtensions.cs | 0 .../XmlExtensions.cs | 0 .../project.json | 0 .../Cng/BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_Tests.cs | 0 .../Cng/BCRYPT_KEY_LENGTHS_STRUCT_Tests.cs | 0 .../Cng/BCryptUtilTests.cs | 0 .../Cng/CachedAlgorithmHandlesTests.cs | 0 .../CryptoUtilTests.cs | 0 .../Microsoft.AspNetCore.Cryptography.Internal.Test.xproj} | 0 .../Properties/AssemblyInfo.cs | 0 .../SafeHandles/SecureLocalAllocHandleTests.cs | 0 .../UnsafeBufferUtilTests.cs | 0 .../WeakReferenceHelpersTests.cs | 0 .../project.json | 0 .../Microsoft.AspNetCore.Cryptography.KeyDerivation.Test.xproj} | 0 .../Pbkdf2Tests.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../project.json | 0 .../DataProtectionExtensionsTests.cs | 0 .../Microsoft.AspNetCore.DataProtection.Abstractions.Test.xproj} | 0 .../project.json | 0 .../DataProtectionExtensionsTests.cs | 0 .../DataProtectionProviderTests.cs | 0 .../Microsoft.AspNetCore.DataProtection.Extensions.Test.xproj} | 0 .../TimeLimitedDataProtectorTests.cs | 0 .../project.json | 0 .../ConditionalRunTestOnlyWindows8OrLaterAttribute.cs | 0 .../ConditionalRunTestOnlyWindowsAttribute.cs | 0 .../ExceptionAssert2.cs | 0 .../Microsoft.AspNetCore.DataProtection.Test.Shared.xproj} | 0 .../project.json | 0 .../ActivatorTests.cs | 0 .../AnonymousImpersonation.cs | 0 .../AuthenticatedEncryptorDescriptorDeserializerTests.cs | 0 .../ConfigurationModel/AuthenticatedEncryptorDescriptorTests.cs | 0 .../CngCbcAuthenticatedEncryptorConfigurationTests.cs | 0 .../CngCbcAuthenticatedEncryptorDescriptorDeserializerTests.cs | 0 .../CngCbcAuthenticatedEncryptorDescriptorTests.cs | 0 .../CngGcmAuthenticatedEncryptorConfigurationTests.cs | 0 .../CngGcmAuthenticatedEncryptorDescriptorDeserializerTests.cs | 0 .../CngGcmAuthenticatedEncryptorDescriptorTests.cs | 0 .../ManagedAuthenticatedEncryptorConfigurationTests.cs | 0 .../ManagedAuthenticatedEncryptorDescriptorDeserializerTests.cs | 0 .../ManagedAuthenticatedEncryptorDescriptorTests.cs | 0 .../Cng/CbcAuthenticatedEncryptorTests.cs | 0 .../Cng/CngAuthenticatedEncryptorBaseTests.cs | 0 .../Cng/GcmAuthenticatedEncryptorTests.cs | 0 .../EphemeralDataProtectionProviderTests.cs | 0 .../KeyManagement/CacheableKeyRingTests.cs | 0 .../KeyManagement/DefaultKeyResolverTests.cs | 0 .../KeyManagement/DeferredKeyTests.cs | 0 .../KeyManagement/KeyEscrowServiceProviderExtensionsTests.cs | 0 .../KeyManagement/KeyRingBasedDataProtectorTests.cs | 0 .../KeyManagement/KeyRingProviderTests.cs | 0 .../KeyManagement/KeyRingTests.cs | 0 .../KeyManagement/KeyTests.cs | 0 .../KeyManagement/XmlKeyManagerTests.cs | 0 .../Managed/ManagedAuthenticatedEncryptorTests.cs | 0 .../Microsoft.AspNetCore.DataProtection.Test.xproj} | 0 .../MockExtensions.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../RegistryPolicyResolverTests.cs | 0 .../Repositories/EphemeralXmlRepositoryTests.cs | 0 .../Repositories/FileSystemXmlRepositoryTests.cs | 0 .../Repositories/RegistryXmlRepositoryTests.cs | 0 .../SP800_108/SP800_108Tests.cs | 0 .../SecretAssert.cs | 0 .../SecretTests.cs | 0 .../SequentialGenRandom.cs | 0 .../StringLoggerFactory.cs | 0 .../XmlAssert.cs | 0 .../XmlEncryption/CertificateXmlEncryptionTests.cs | 0 .../XmlEncryption/DpapiNGXmlEncryptionTests.cs | 0 .../XmlEncryption/DpapiXmlEncryptionTests.cs | 0 .../XmlEncryption/NullXmlEncryptionTests.cs | 0 .../XmlEncryption/XmlEncryptionExtensionsTests.cs | 0 .../project.json | 0 272 files changed, 0 insertions(+), 0 deletions(-) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Cng/BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Cng/BCRYPT_KEY_LENGTHS_STRUCT.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Cng/BCryptBuffer.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Cng/BCryptBufferDesc.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Cng/BCryptEncryptFlags.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Cng/BCryptGenRandomFlags.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Cng/BCryptKeyDerivationBufferType.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Cng/BCryptUtil.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Cng/CachedAlgorithmHandles.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Cng/NCryptEncryptFlags.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Cng/OSVersionUtil.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Constants.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/CryptoUtil.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/DATA_BLOB.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal/Microsoft.AspNet.Cryptography.Internal.xproj => Microsoft.AspNetCore.Cryptography.Internal/Microsoft.AspNetCore.Cryptography.Internal.xproj} (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/Resources.resx (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/SafeHandles/BCryptAlgorithmHandle.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/SafeHandles/BCryptHandle.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/SafeHandles/BCryptHashHandle.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/SafeHandles/BCryptKeyHandle.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/SafeHandles/LocalAllocHandle.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/SafeHandles/NCryptDescriptorHandle.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/SafeHandles/SafeLibraryHandle.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/SafeHandles/SecureLocalAllocHandle.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/UnsafeBufferUtil.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/UnsafeNativeMethods.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/WeakReferenceHelpers.cs (100%) rename src/{Microsoft.AspNet.Cryptography.Internal => Microsoft.AspNetCore.Cryptography.Internal}/project.json (100%) rename src/{Microsoft.AspNet.Cryptography.KeyDerivation => Microsoft.AspNetCore.Cryptography.KeyDerivation}/KeyDerivation.cs (100%) rename src/{Microsoft.AspNet.Cryptography.KeyDerivation => Microsoft.AspNetCore.Cryptography.KeyDerivation}/KeyDerivationPrf.cs (100%) rename src/{Microsoft.AspNet.Cryptography.KeyDerivation/Microsoft.AspNet.Cryptography.KeyDerivation.xproj => Microsoft.AspNetCore.Cryptography.KeyDerivation/Microsoft.AspNetCore.Cryptography.KeyDerivation.xproj} (100%) rename src/{Microsoft.AspNet.Cryptography.KeyDerivation => Microsoft.AspNetCore.Cryptography.KeyDerivation}/PBKDF2/IPbkdf2Provider.cs (100%) rename src/{Microsoft.AspNet.Cryptography.KeyDerivation => Microsoft.AspNetCore.Cryptography.KeyDerivation}/PBKDF2/ManagedPbkdf2Provider.cs (100%) rename src/{Microsoft.AspNet.Cryptography.KeyDerivation => Microsoft.AspNetCore.Cryptography.KeyDerivation}/PBKDF2/Pbkdf2Util.cs (100%) rename src/{Microsoft.AspNet.Cryptography.KeyDerivation => Microsoft.AspNetCore.Cryptography.KeyDerivation}/PBKDF2/Win7Pbkdf2Provider.cs (100%) rename src/{Microsoft.AspNet.Cryptography.KeyDerivation => Microsoft.AspNetCore.Cryptography.KeyDerivation}/PBKDF2/Win8Pbkdf2Provider.cs (100%) rename src/{Microsoft.AspNet.Cryptography.KeyDerivation => Microsoft.AspNetCore.Cryptography.KeyDerivation}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Cryptography.KeyDerivation => Microsoft.AspNetCore.Cryptography.KeyDerivation}/project.json (100%) rename src/{Microsoft.AspNet.DataProtection.Abstractions => Microsoft.AspNetCore.DataProtection.Abstractions}/CryptoUtil.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Abstractions => Microsoft.AspNetCore.DataProtection.Abstractions}/DataProtectionExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Abstractions => Microsoft.AspNetCore.DataProtection.Abstractions}/Error.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Abstractions => Microsoft.AspNetCore.DataProtection.Abstractions}/IDataProtectionProvider.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Abstractions => Microsoft.AspNetCore.DataProtection.Abstractions}/IDataProtector.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Abstractions => Microsoft.AspNetCore.DataProtection.Abstractions}/Infrastructure/IApplicationDiscriminator.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Abstractions/Microsoft.AspNet.DataProtection.Abstractions.xproj => Microsoft.AspNetCore.DataProtection.Abstractions/Microsoft.AspNetCore.DataProtection.Abstractions.xproj} (100%) rename src/{Microsoft.AspNet.DataProtection.Abstractions => Microsoft.AspNetCore.DataProtection.Abstractions}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Abstractions => Microsoft.AspNetCore.DataProtection.Abstractions}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Abstractions => Microsoft.AspNetCore.DataProtection.Abstractions}/Resources.resx (100%) rename src/{Microsoft.AspNet.DataProtection.Abstractions => Microsoft.AspNetCore.DataProtection.Abstractions}/WebEncoders.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Abstractions => Microsoft.AspNetCore.DataProtection.Abstractions}/project.json (100%) rename src/{Microsoft.AspNet.DataProtection.Extensions => Microsoft.AspNetCore.DataProtection.Extensions}/BitHelpers.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Extensions => Microsoft.AspNetCore.DataProtection.Extensions}/DataProtectionExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Extensions => Microsoft.AspNetCore.DataProtection.Extensions}/DataProtectionProvider.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Extensions => Microsoft.AspNetCore.DataProtection.Extensions}/ITimeLimitedDataProtector.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Extensions/Microsoft.AspNet.DataProtection.Extensions.xproj => Microsoft.AspNetCore.DataProtection.Extensions/Microsoft.AspNetCore.DataProtection.Extensions.xproj} (100%) rename src/{Microsoft.AspNet.DataProtection.Extensions => Microsoft.AspNetCore.DataProtection.Extensions}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Extensions => Microsoft.AspNetCore.DataProtection.Extensions}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Extensions => Microsoft.AspNetCore.DataProtection.Extensions}/Resources.resx (100%) rename src/{Microsoft.AspNet.DataProtection.Extensions => Microsoft.AspNetCore.DataProtection.Extensions}/TimeLimitedDataProtector.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Extensions => Microsoft.AspNetCore.DataProtection.Extensions}/project.json (100%) rename src/{Microsoft.AspNet.DataProtection.Sources => Microsoft.AspNetCore.DataProtection.Sources}/EncodingUtil.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Sources => Microsoft.AspNetCore.DataProtection.Sources}/ExceptionExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection.Sources/Microsoft.AspNet.DataProtection.Sources.xproj => Microsoft.AspNetCore.DataProtection.Sources/Microsoft.AspNetCore.DataProtection.Sources.xproj} (100%) rename src/{Microsoft.AspNet.DataProtection.Sources => Microsoft.AspNetCore.DataProtection.Sources}/project.json (100%) rename src/{Microsoft.AspNet.DataProtection.SystemWeb => Microsoft.AspNetCore.DataProtection.SystemWeb}/CompatibilityDataProtector.cs (100%) rename src/{Microsoft.AspNet.DataProtection.SystemWeb => Microsoft.AspNetCore.DataProtection.SystemWeb}/DataProtectionStartup.cs (100%) rename src/{Microsoft.AspNet.DataProtection.SystemWeb/Microsoft.AspNet.DataProtection.SystemWeb.xproj => Microsoft.AspNetCore.DataProtection.SystemWeb/Microsoft.AspNetCore.DataProtection.SystemWeb.xproj} (100%) rename src/{Microsoft.AspNet.DataProtection.SystemWeb => Microsoft.AspNetCore.DataProtection.SystemWeb}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.DataProtection.SystemWeb => Microsoft.AspNetCore.DataProtection.SystemWeb}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.DataProtection.SystemWeb => Microsoft.AspNetCore.DataProtection.SystemWeb}/Resources.resx (100%) rename src/{Microsoft.AspNet.DataProtection.SystemWeb => Microsoft.AspNetCore.DataProtection.SystemWeb}/project.json (100%) rename src/{Microsoft.AspNet.DataProtection.SystemWeb => Microsoft.AspNetCore.DataProtection.SystemWeb}/web.config.transform (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/ActivatorExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/ApplyPolicyAttribute.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/ArraySegmentExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/AlgorithmAssert.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/AuthenticatedEncryptionOptions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/AuthenticatedEncryptorExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/CngCbcAuthenticatedEncryptionOptions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/CngGcmAuthenticatedEncryptionOptions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorConfiguration.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorDeserializer.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorConfiguration.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorDeserializer.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorConfiguration.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorDeserializer.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/ConfigurationCommon.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorConfiguration.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorDescriptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorDescriptorDeserializer.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/IInternalAuthenticatedEncryptorConfiguration.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorConfiguration.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorDeserializer.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/SecretExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/XmlExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ConfigurationModel/XmlSerializedDescriptorInfo.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/EncryptionAlgorithm.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/IAuthenticatedEncryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/IInternalAuthenticatedEncryptionOptions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/IOptimizedAuthenticatedEncryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ManagedAuthenticatedEncryptionOptions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/AuthenticatedEncryption/ValidationAlgorithm.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/BitHelpers.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Cng/BCryptGenRandomImpl.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Cng/CbcAuthenticatedEncryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Cng/DpapiSecretSerializerHelper.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Cng/GcmAuthenticatedEncryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Cng/IBCryptGenRandom.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Cng/Internal/CngAuthenticatedEncryptorBase.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/DataProtectionConfiguration.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/DataProtectionOptions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/DataProtectionProviderFactory.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/DataProtectionServiceCollectionExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/DataProtectionServiceDescriptors.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/DataProtectionServices.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/EphemeralDataProtectionProvider.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Error.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/IPersistedDataProtector.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/ISecret.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Internal/IActivator.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/DefaultKeyResolver.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/DefaultKeyServices.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/DeferredKey.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/IKey.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/IKeyEscrowSink.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/IKeyManager.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/Internal/CacheableKeyRing.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/Internal/DefaultKeyResolution.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/Internal/ICacheableKeyRingProvider.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/Internal/IDefaultKeyResolver.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/Internal/IDefaultKeyServices.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/Internal/IInternalXmlKeyManager.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/Internal/IKeyRing.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/Internal/IKeyRingProvider.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/Key.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/KeyBase.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/KeyEscrowServiceProviderExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/KeyExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/KeyManagementOptions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/KeyRing.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/KeyRingBasedDataProtectionProvider.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/KeyRingBasedDataProtector.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/KeyRingProvider.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/KeyManagement/XmlKeyManager.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/LoggingExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/LoggingServiceProviderExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Managed/HashAlgorithmExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Managed/IManagedGenRandom.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Managed/ManagedAuthenticatedEncryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Managed/ManagedGenRandomImpl.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Managed/SymmetricAlgorithmExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/MemoryProtection.cs (100%) rename src/{Microsoft.AspNet.DataProtection/Microsoft.AspNet.DataProtection.xproj => Microsoft.AspNetCore.DataProtection/Microsoft.AspNetCore.DataProtection.xproj} (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/RegistryPolicyResolver.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Repositories/EphemeralXmlRepository.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Repositories/FileSystemXmlRepository.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Repositories/IXmlRepository.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Repositories/RegistryXmlRepository.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Resources.resx (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/SP800_108/ISP800_108_CTR_HMACSHA512Provider.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/SP800_108/ManagedSP800_108_CTR_HMACSHA512.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/SP800_108/SP800_108_CTR_HMACSHA512Extensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/SP800_108/SP800_108_CTR_HMACSHA512Util.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/SP800_108/Win7SP800_108_CTR_HMACSHA512Provider.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/SP800_108/Win8SP800_108_CTR_HMACSHA512Provider.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/Secret.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/StringInterpolation.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/TypeExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlConstants.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/CertificateResolver.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/CertificateXmlEncryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/DpapiNGProtectionDescriptorFlags.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/DpapiNGXmlDecryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/DpapiNGXmlEncryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/DpapiXmlDecryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/DpapiXmlEncryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/EncryptedXmlDecryptor.core50.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/EncryptedXmlDecryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/EncryptedXmlInfo.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/ICertificateResolver.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/IInternalCertificateXmlEncryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/IInternalEncryptedXmlDecryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/IXmlDecryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/IXmlEncryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/NullXmlDecryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/NullXmlEncryptor.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlEncryption/XmlEncryptionExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/XmlExtensions.cs (100%) rename src/{Microsoft.AspNet.DataProtection => Microsoft.AspNetCore.DataProtection}/project.json (100%) rename test/{Microsoft.AspNet.Cryptography.Internal.Test => Microsoft.AspNetCore.Cryptography.Internal.Test}/Cng/BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_Tests.cs (100%) rename test/{Microsoft.AspNet.Cryptography.Internal.Test => Microsoft.AspNetCore.Cryptography.Internal.Test}/Cng/BCRYPT_KEY_LENGTHS_STRUCT_Tests.cs (100%) rename test/{Microsoft.AspNet.Cryptography.Internal.Test => Microsoft.AspNetCore.Cryptography.Internal.Test}/Cng/BCryptUtilTests.cs (100%) rename test/{Microsoft.AspNet.Cryptography.Internal.Test => Microsoft.AspNetCore.Cryptography.Internal.Test}/Cng/CachedAlgorithmHandlesTests.cs (100%) rename test/{Microsoft.AspNet.Cryptography.Internal.Test => Microsoft.AspNetCore.Cryptography.Internal.Test}/CryptoUtilTests.cs (100%) rename test/{Microsoft.AspNet.Cryptography.Internal.Test/Microsoft.AspNet.Cryptography.Internal.Test.xproj => Microsoft.AspNetCore.Cryptography.Internal.Test/Microsoft.AspNetCore.Cryptography.Internal.Test.xproj} (100%) rename test/{Microsoft.AspNet.Cryptography.Internal.Test => Microsoft.AspNetCore.Cryptography.Internal.Test}/Properties/AssemblyInfo.cs (100%) rename test/{Microsoft.AspNet.Cryptography.Internal.Test => Microsoft.AspNetCore.Cryptography.Internal.Test}/SafeHandles/SecureLocalAllocHandleTests.cs (100%) rename test/{Microsoft.AspNet.Cryptography.Internal.Test => Microsoft.AspNetCore.Cryptography.Internal.Test}/UnsafeBufferUtilTests.cs (100%) rename test/{Microsoft.AspNet.Cryptography.Internal.Test => Microsoft.AspNetCore.Cryptography.Internal.Test}/WeakReferenceHelpersTests.cs (100%) rename test/{Microsoft.AspNet.Cryptography.Internal.Test => Microsoft.AspNetCore.Cryptography.Internal.Test}/project.json (100%) rename test/{Microsoft.AspNet.Cryptography.KeyDerivation.Test/Microsoft.AspNet.Cryptography.KeyDerivation.Test.xproj => Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test.xproj} (100%) rename test/{Microsoft.AspNet.Cryptography.KeyDerivation.Test => Microsoft.AspNetCore.Cryptography.KeyDerivation.Test}/Pbkdf2Tests.cs (100%) rename test/{Microsoft.AspNet.Cryptography.KeyDerivation.Test => Microsoft.AspNetCore.Cryptography.KeyDerivation.Test}/Properties/AssemblyInfo.cs (100%) rename test/{Microsoft.AspNet.Cryptography.KeyDerivation.Test => Microsoft.AspNetCore.Cryptography.KeyDerivation.Test}/project.json (100%) rename test/{Microsoft.AspNet.DataProtection.Abstractions.Test => Microsoft.AspNetCore.DataProtection.Abstractions.Test}/DataProtectionExtensionsTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Abstractions.Test/Microsoft.AspNet.DataProtection.Abstractions.Test.xproj => Microsoft.AspNetCore.DataProtection.Abstractions.Test/Microsoft.AspNetCore.DataProtection.Abstractions.Test.xproj} (100%) rename test/{Microsoft.AspNet.DataProtection.Abstractions.Test => Microsoft.AspNetCore.DataProtection.Abstractions.Test}/project.json (100%) rename test/{Microsoft.AspNet.DataProtection.Extensions.Test => Microsoft.AspNetCore.DataProtection.Extensions.Test}/DataProtectionExtensionsTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Extensions.Test => Microsoft.AspNetCore.DataProtection.Extensions.Test}/DataProtectionProviderTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Extensions.Test/Microsoft.AspNet.DataProtection.Extensions.Test.xproj => Microsoft.AspNetCore.DataProtection.Extensions.Test/Microsoft.AspNetCore.DataProtection.Extensions.Test.xproj} (100%) rename test/{Microsoft.AspNet.DataProtection.Extensions.Test => Microsoft.AspNetCore.DataProtection.Extensions.Test}/TimeLimitedDataProtectorTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Extensions.Test => Microsoft.AspNetCore.DataProtection.Extensions.Test}/project.json (100%) rename test/{Microsoft.AspNet.DataProtection.Test.Shared => Microsoft.AspNetCore.DataProtection.Test.Shared}/ConditionalRunTestOnlyWindows8OrLaterAttribute.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test.Shared => Microsoft.AspNetCore.DataProtection.Test.Shared}/ConditionalRunTestOnlyWindowsAttribute.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test.Shared => Microsoft.AspNetCore.DataProtection.Test.Shared}/ExceptionAssert2.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test.Shared/Microsoft.AspNet.DataProtection.Test.Shared.xproj => Microsoft.AspNetCore.DataProtection.Test.Shared/Microsoft.AspNetCore.DataProtection.Test.Shared.xproj} (100%) rename test/{Microsoft.AspNet.DataProtection.Test.Shared => Microsoft.AspNetCore.DataProtection.Test.Shared}/project.json (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/ActivatorTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/AnonymousImpersonation.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorDeserializerTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorConfigurationTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorDeserializerTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorConfigurationTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorDeserializerTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorConfigurationTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorDeserializerTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/Cng/CbcAuthenticatedEncryptorTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/Cng/CngAuthenticatedEncryptorBaseTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/Cng/GcmAuthenticatedEncryptorTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/EphemeralDataProtectionProviderTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/KeyManagement/CacheableKeyRingTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/KeyManagement/DefaultKeyResolverTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/KeyManagement/DeferredKeyTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/KeyManagement/KeyEscrowServiceProviderExtensionsTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/KeyManagement/KeyRingBasedDataProtectorTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/KeyManagement/KeyRingProviderTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/KeyManagement/KeyRingTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/KeyManagement/KeyTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/KeyManagement/XmlKeyManagerTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/Managed/ManagedAuthenticatedEncryptorTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test/Microsoft.AspNet.DataProtection.Test.xproj => Microsoft.AspNetCore.DataProtection.Test/Microsoft.AspNetCore.DataProtection.Test.xproj} (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/MockExtensions.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/Properties/AssemblyInfo.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/RegistryPolicyResolverTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/Repositories/EphemeralXmlRepositoryTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/Repositories/FileSystemXmlRepositoryTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/Repositories/RegistryXmlRepositoryTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/SP800_108/SP800_108Tests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/SecretAssert.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/SecretTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/SequentialGenRandom.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/StringLoggerFactory.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/XmlAssert.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/XmlEncryption/CertificateXmlEncryptionTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/XmlEncryption/DpapiNGXmlEncryptionTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/XmlEncryption/DpapiXmlEncryptionTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/XmlEncryption/NullXmlEncryptionTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/XmlEncryption/XmlEncryptionExtensionsTests.cs (100%) rename test/{Microsoft.AspNet.DataProtection.Test => Microsoft.AspNetCore.DataProtection.Test}/project.json (100%) diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Cng/BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Cng/BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Cng/BCRYPT_KEY_LENGTHS_STRUCT.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCRYPT_KEY_LENGTHS_STRUCT.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Cng/BCRYPT_KEY_LENGTHS_STRUCT.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCRYPT_KEY_LENGTHS_STRUCT.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Cng/BCryptBuffer.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCryptBuffer.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Cng/BCryptBuffer.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCryptBuffer.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Cng/BCryptBufferDesc.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCryptBufferDesc.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Cng/BCryptBufferDesc.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCryptBufferDesc.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Cng/BCryptEncryptFlags.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCryptEncryptFlags.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Cng/BCryptEncryptFlags.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCryptEncryptFlags.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Cng/BCryptGenRandomFlags.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCryptGenRandomFlags.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Cng/BCryptGenRandomFlags.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCryptGenRandomFlags.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Cng/BCryptKeyDerivationBufferType.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCryptKeyDerivationBufferType.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Cng/BCryptKeyDerivationBufferType.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCryptKeyDerivationBufferType.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Cng/BCryptUtil.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCryptUtil.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Cng/BCryptUtil.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Cng/BCryptUtil.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Cng/CachedAlgorithmHandles.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Cng/CachedAlgorithmHandles.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Cng/CachedAlgorithmHandles.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Cng/CachedAlgorithmHandles.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Cng/NCryptEncryptFlags.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Cng/NCryptEncryptFlags.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Cng/NCryptEncryptFlags.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Cng/NCryptEncryptFlags.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Cng/OSVersionUtil.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Cng/OSVersionUtil.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Cng/OSVersionUtil.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Cng/OSVersionUtil.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Constants.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Constants.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Constants.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Constants.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/CryptoUtil.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/CryptoUtil.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/CryptoUtil.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/CryptoUtil.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/DATA_BLOB.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/DATA_BLOB.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/DATA_BLOB.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/DATA_BLOB.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Microsoft.AspNet.Cryptography.Internal.xproj b/src/Microsoft.AspNetCore.Cryptography.Internal/Microsoft.AspNetCore.Cryptography.Internal.xproj similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Microsoft.AspNet.Cryptography.Internal.xproj rename to src/Microsoft.AspNetCore.Cryptography.Internal/Microsoft.AspNetCore.Cryptography.Internal.xproj diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/Resources.resx b/src/Microsoft.AspNetCore.Cryptography.Internal/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/Resources.resx rename to src/Microsoft.AspNetCore.Cryptography.Internal/Resources.resx diff --git a/src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/BCryptAlgorithmHandle.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/BCryptAlgorithmHandle.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/BCryptAlgorithmHandle.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/BCryptAlgorithmHandle.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/BCryptHandle.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/BCryptHandle.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/BCryptHandle.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/BCryptHandle.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/BCryptHashHandle.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/BCryptHashHandle.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/BCryptHashHandle.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/BCryptHashHandle.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/BCryptKeyHandle.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/BCryptKeyHandle.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/BCryptKeyHandle.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/BCryptKeyHandle.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/LocalAllocHandle.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/LocalAllocHandle.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/LocalAllocHandle.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/LocalAllocHandle.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/NCryptDescriptorHandle.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/NCryptDescriptorHandle.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/NCryptDescriptorHandle.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/NCryptDescriptorHandle.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/SafeLibraryHandle.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/SafeLibraryHandle.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/SafeLibraryHandle.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/SafeLibraryHandle.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/SecureLocalAllocHandle.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/SecureLocalAllocHandle.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/SafeHandles/SecureLocalAllocHandle.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/SafeHandles/SecureLocalAllocHandle.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/UnsafeBufferUtil.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/UnsafeBufferUtil.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/UnsafeBufferUtil.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/UnsafeBufferUtil.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/UnsafeNativeMethods.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/UnsafeNativeMethods.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/UnsafeNativeMethods.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/UnsafeNativeMethods.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/WeakReferenceHelpers.cs b/src/Microsoft.AspNetCore.Cryptography.Internal/WeakReferenceHelpers.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/WeakReferenceHelpers.cs rename to src/Microsoft.AspNetCore.Cryptography.Internal/WeakReferenceHelpers.cs diff --git a/src/Microsoft.AspNet.Cryptography.Internal/project.json b/src/Microsoft.AspNetCore.Cryptography.Internal/project.json similarity index 100% rename from src/Microsoft.AspNet.Cryptography.Internal/project.json rename to src/Microsoft.AspNetCore.Cryptography.Internal/project.json diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/KeyDerivation.cs b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/KeyDerivation.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.KeyDerivation/KeyDerivation.cs rename to src/Microsoft.AspNetCore.Cryptography.KeyDerivation/KeyDerivation.cs diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/KeyDerivationPrf.cs b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/KeyDerivationPrf.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.KeyDerivation/KeyDerivationPrf.cs rename to src/Microsoft.AspNetCore.Cryptography.KeyDerivation/KeyDerivationPrf.cs diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/Microsoft.AspNet.Cryptography.KeyDerivation.xproj b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/Microsoft.AspNetCore.Cryptography.KeyDerivation.xproj similarity index 100% rename from src/Microsoft.AspNet.Cryptography.KeyDerivation/Microsoft.AspNet.Cryptography.KeyDerivation.xproj rename to src/Microsoft.AspNetCore.Cryptography.KeyDerivation/Microsoft.AspNetCore.Cryptography.KeyDerivation.xproj diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/PBKDF2/IPbkdf2Provider.cs b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/PBKDF2/IPbkdf2Provider.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.KeyDerivation/PBKDF2/IPbkdf2Provider.cs rename to src/Microsoft.AspNetCore.Cryptography.KeyDerivation/PBKDF2/IPbkdf2Provider.cs diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/PBKDF2/ManagedPbkdf2Provider.cs b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/PBKDF2/ManagedPbkdf2Provider.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.KeyDerivation/PBKDF2/ManagedPbkdf2Provider.cs rename to src/Microsoft.AspNetCore.Cryptography.KeyDerivation/PBKDF2/ManagedPbkdf2Provider.cs diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/PBKDF2/Pbkdf2Util.cs b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/PBKDF2/Pbkdf2Util.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.KeyDerivation/PBKDF2/Pbkdf2Util.cs rename to src/Microsoft.AspNetCore.Cryptography.KeyDerivation/PBKDF2/Pbkdf2Util.cs diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/PBKDF2/Win7Pbkdf2Provider.cs b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/PBKDF2/Win7Pbkdf2Provider.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.KeyDerivation/PBKDF2/Win7Pbkdf2Provider.cs rename to src/Microsoft.AspNetCore.Cryptography.KeyDerivation/PBKDF2/Win7Pbkdf2Provider.cs diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/PBKDF2/Win8Pbkdf2Provider.cs b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/PBKDF2/Win8Pbkdf2Provider.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.KeyDerivation/PBKDF2/Win8Pbkdf2Provider.cs rename to src/Microsoft.AspNetCore.Cryptography.KeyDerivation/PBKDF2/Win8Pbkdf2Provider.cs diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Cryptography.KeyDerivation/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Cryptography.KeyDerivation/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json similarity index 100% rename from src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json rename to src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/CryptoUtil.cs b/src/Microsoft.AspNetCore.DataProtection.Abstractions/CryptoUtil.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Abstractions/CryptoUtil.cs rename to src/Microsoft.AspNetCore.DataProtection.Abstractions/CryptoUtil.cs diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/DataProtectionExtensions.cs b/src/Microsoft.AspNetCore.DataProtection.Abstractions/DataProtectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Abstractions/DataProtectionExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection.Abstractions/DataProtectionExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/Error.cs b/src/Microsoft.AspNetCore.DataProtection.Abstractions/Error.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Abstractions/Error.cs rename to src/Microsoft.AspNetCore.DataProtection.Abstractions/Error.cs diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/IDataProtectionProvider.cs b/src/Microsoft.AspNetCore.DataProtection.Abstractions/IDataProtectionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Abstractions/IDataProtectionProvider.cs rename to src/Microsoft.AspNetCore.DataProtection.Abstractions/IDataProtectionProvider.cs diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/IDataProtector.cs b/src/Microsoft.AspNetCore.DataProtection.Abstractions/IDataProtector.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Abstractions/IDataProtector.cs rename to src/Microsoft.AspNetCore.DataProtection.Abstractions/IDataProtector.cs diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/Infrastructure/IApplicationDiscriminator.cs b/src/Microsoft.AspNetCore.DataProtection.Abstractions/Infrastructure/IApplicationDiscriminator.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Abstractions/Infrastructure/IApplicationDiscriminator.cs rename to src/Microsoft.AspNetCore.DataProtection.Abstractions/Infrastructure/IApplicationDiscriminator.cs diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/Microsoft.AspNet.DataProtection.Abstractions.xproj b/src/Microsoft.AspNetCore.DataProtection.Abstractions/Microsoft.AspNetCore.DataProtection.Abstractions.xproj similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Abstractions/Microsoft.AspNet.DataProtection.Abstractions.xproj rename to src/Microsoft.AspNetCore.DataProtection.Abstractions/Microsoft.AspNetCore.DataProtection.Abstractions.xproj diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.DataProtection.Abstractions/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Abstractions/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.DataProtection.Abstractions/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.DataProtection.Abstractions/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Abstractions/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.DataProtection.Abstractions/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/Resources.resx b/src/Microsoft.AspNetCore.DataProtection.Abstractions/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Abstractions/Resources.resx rename to src/Microsoft.AspNetCore.DataProtection.Abstractions/Resources.resx diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/WebEncoders.cs b/src/Microsoft.AspNetCore.DataProtection.Abstractions/WebEncoders.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Abstractions/WebEncoders.cs rename to src/Microsoft.AspNetCore.DataProtection.Abstractions/WebEncoders.cs diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/project.json b/src/Microsoft.AspNetCore.DataProtection.Abstractions/project.json similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Abstractions/project.json rename to src/Microsoft.AspNetCore.DataProtection.Abstractions/project.json diff --git a/src/Microsoft.AspNet.DataProtection.Extensions/BitHelpers.cs b/src/Microsoft.AspNetCore.DataProtection.Extensions/BitHelpers.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Extensions/BitHelpers.cs rename to src/Microsoft.AspNetCore.DataProtection.Extensions/BitHelpers.cs diff --git a/src/Microsoft.AspNet.DataProtection.Extensions/DataProtectionExtensions.cs b/src/Microsoft.AspNetCore.DataProtection.Extensions/DataProtectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Extensions/DataProtectionExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection.Extensions/DataProtectionExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection.Extensions/DataProtectionProvider.cs b/src/Microsoft.AspNetCore.DataProtection.Extensions/DataProtectionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Extensions/DataProtectionProvider.cs rename to src/Microsoft.AspNetCore.DataProtection.Extensions/DataProtectionProvider.cs diff --git a/src/Microsoft.AspNet.DataProtection.Extensions/ITimeLimitedDataProtector.cs b/src/Microsoft.AspNetCore.DataProtection.Extensions/ITimeLimitedDataProtector.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Extensions/ITimeLimitedDataProtector.cs rename to src/Microsoft.AspNetCore.DataProtection.Extensions/ITimeLimitedDataProtector.cs diff --git a/src/Microsoft.AspNet.DataProtection.Extensions/Microsoft.AspNet.DataProtection.Extensions.xproj b/src/Microsoft.AspNetCore.DataProtection.Extensions/Microsoft.AspNetCore.DataProtection.Extensions.xproj similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Extensions/Microsoft.AspNet.DataProtection.Extensions.xproj rename to src/Microsoft.AspNetCore.DataProtection.Extensions/Microsoft.AspNetCore.DataProtection.Extensions.xproj diff --git a/src/Microsoft.AspNet.DataProtection.Extensions/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.DataProtection.Extensions/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Extensions/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.DataProtection.Extensions/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.DataProtection.Extensions/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.DataProtection.Extensions/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Extensions/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.DataProtection.Extensions/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.DataProtection.Extensions/Resources.resx b/src/Microsoft.AspNetCore.DataProtection.Extensions/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Extensions/Resources.resx rename to src/Microsoft.AspNetCore.DataProtection.Extensions/Resources.resx diff --git a/src/Microsoft.AspNet.DataProtection.Extensions/TimeLimitedDataProtector.cs b/src/Microsoft.AspNetCore.DataProtection.Extensions/TimeLimitedDataProtector.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Extensions/TimeLimitedDataProtector.cs rename to src/Microsoft.AspNetCore.DataProtection.Extensions/TimeLimitedDataProtector.cs diff --git a/src/Microsoft.AspNet.DataProtection.Extensions/project.json b/src/Microsoft.AspNetCore.DataProtection.Extensions/project.json similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Extensions/project.json rename to src/Microsoft.AspNetCore.DataProtection.Extensions/project.json diff --git a/src/Microsoft.AspNet.DataProtection.Sources/EncodingUtil.cs b/src/Microsoft.AspNetCore.DataProtection.Sources/EncodingUtil.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Sources/EncodingUtil.cs rename to src/Microsoft.AspNetCore.DataProtection.Sources/EncodingUtil.cs diff --git a/src/Microsoft.AspNet.DataProtection.Sources/ExceptionExtensions.cs b/src/Microsoft.AspNetCore.DataProtection.Sources/ExceptionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Sources/ExceptionExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection.Sources/ExceptionExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection.Sources/Microsoft.AspNet.DataProtection.Sources.xproj b/src/Microsoft.AspNetCore.DataProtection.Sources/Microsoft.AspNetCore.DataProtection.Sources.xproj similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Sources/Microsoft.AspNet.DataProtection.Sources.xproj rename to src/Microsoft.AspNetCore.DataProtection.Sources/Microsoft.AspNetCore.DataProtection.Sources.xproj diff --git a/src/Microsoft.AspNet.DataProtection.Sources/project.json b/src/Microsoft.AspNetCore.DataProtection.Sources/project.json similarity index 100% rename from src/Microsoft.AspNet.DataProtection.Sources/project.json rename to src/Microsoft.AspNetCore.DataProtection.Sources/project.json diff --git a/src/Microsoft.AspNet.DataProtection.SystemWeb/CompatibilityDataProtector.cs b/src/Microsoft.AspNetCore.DataProtection.SystemWeb/CompatibilityDataProtector.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.SystemWeb/CompatibilityDataProtector.cs rename to src/Microsoft.AspNetCore.DataProtection.SystemWeb/CompatibilityDataProtector.cs diff --git a/src/Microsoft.AspNet.DataProtection.SystemWeb/DataProtectionStartup.cs b/src/Microsoft.AspNetCore.DataProtection.SystemWeb/DataProtectionStartup.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.SystemWeb/DataProtectionStartup.cs rename to src/Microsoft.AspNetCore.DataProtection.SystemWeb/DataProtectionStartup.cs diff --git a/src/Microsoft.AspNet.DataProtection.SystemWeb/Microsoft.AspNet.DataProtection.SystemWeb.xproj b/src/Microsoft.AspNetCore.DataProtection.SystemWeb/Microsoft.AspNetCore.DataProtection.SystemWeb.xproj similarity index 100% rename from src/Microsoft.AspNet.DataProtection.SystemWeb/Microsoft.AspNet.DataProtection.SystemWeb.xproj rename to src/Microsoft.AspNetCore.DataProtection.SystemWeb/Microsoft.AspNetCore.DataProtection.SystemWeb.xproj diff --git a/src/Microsoft.AspNet.DataProtection.SystemWeb/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.DataProtection.SystemWeb/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.SystemWeb/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.DataProtection.SystemWeb/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.DataProtection.SystemWeb/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.DataProtection.SystemWeb/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection.SystemWeb/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.DataProtection.SystemWeb/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.DataProtection.SystemWeb/Resources.resx b/src/Microsoft.AspNetCore.DataProtection.SystemWeb/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.DataProtection.SystemWeb/Resources.resx rename to src/Microsoft.AspNetCore.DataProtection.SystemWeb/Resources.resx diff --git a/src/Microsoft.AspNet.DataProtection.SystemWeb/project.json b/src/Microsoft.AspNetCore.DataProtection.SystemWeb/project.json similarity index 100% rename from src/Microsoft.AspNet.DataProtection.SystemWeb/project.json rename to src/Microsoft.AspNetCore.DataProtection.SystemWeb/project.json diff --git a/src/Microsoft.AspNet.DataProtection.SystemWeb/web.config.transform b/src/Microsoft.AspNetCore.DataProtection.SystemWeb/web.config.transform similarity index 100% rename from src/Microsoft.AspNet.DataProtection.SystemWeb/web.config.transform rename to src/Microsoft.AspNetCore.DataProtection.SystemWeb/web.config.transform diff --git a/src/Microsoft.AspNet.DataProtection/ActivatorExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/ActivatorExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/ActivatorExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/ActivatorExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/ApplyPolicyAttribute.cs b/src/Microsoft.AspNetCore.DataProtection/ApplyPolicyAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/ApplyPolicyAttribute.cs rename to src/Microsoft.AspNetCore.DataProtection/ApplyPolicyAttribute.cs diff --git a/src/Microsoft.AspNet.DataProtection/ArraySegmentExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/ArraySegmentExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/ArraySegmentExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/ArraySegmentExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/AlgorithmAssert.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/AlgorithmAssert.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/AlgorithmAssert.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/AlgorithmAssert.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/AuthenticatedEncryptionOptions.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/AuthenticatedEncryptionOptions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/AuthenticatedEncryptionOptions.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/AuthenticatedEncryptionOptions.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/AuthenticatedEncryptorExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/AuthenticatedEncryptorExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/AuthenticatedEncryptorExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/AuthenticatedEncryptorExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/CngCbcAuthenticatedEncryptionOptions.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/CngCbcAuthenticatedEncryptionOptions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/CngCbcAuthenticatedEncryptionOptions.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/CngCbcAuthenticatedEncryptionOptions.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/CngGcmAuthenticatedEncryptionOptions.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/CngGcmAuthenticatedEncryptionOptions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/CngGcmAuthenticatedEncryptionOptions.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/CngGcmAuthenticatedEncryptionOptions.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorConfiguration.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorConfiguration.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorConfiguration.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorConfiguration.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptor.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptor.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorDeserializer.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorDeserializer.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorDeserializer.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorDeserializer.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorConfiguration.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorConfiguration.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorConfiguration.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorConfiguration.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptor.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptor.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorDeserializer.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorDeserializer.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorDeserializer.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorDeserializer.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorConfiguration.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorConfiguration.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorConfiguration.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorConfiguration.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptor.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptor.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorDeserializer.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorDeserializer.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorDeserializer.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorDeserializer.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/ConfigurationCommon.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/ConfigurationCommon.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/ConfigurationCommon.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/ConfigurationCommon.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorConfiguration.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorConfiguration.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorConfiguration.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorConfiguration.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorDescriptor.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorDescriptor.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorDescriptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorDescriptorDeserializer.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorDescriptorDeserializer.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorDescriptorDeserializer.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/IAuthenticatedEncryptorDescriptorDeserializer.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/IInternalAuthenticatedEncryptorConfiguration.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/IInternalAuthenticatedEncryptorConfiguration.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/IInternalAuthenticatedEncryptorConfiguration.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/IInternalAuthenticatedEncryptorConfiguration.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorConfiguration.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorConfiguration.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorConfiguration.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorConfiguration.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptor.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptor.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorDeserializer.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorDeserializer.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorDeserializer.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorDeserializer.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/SecretExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/SecretExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/SecretExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/SecretExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/XmlExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/XmlExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/XmlExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/XmlExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/XmlSerializedDescriptorInfo.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/XmlSerializedDescriptorInfo.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ConfigurationModel/XmlSerializedDescriptorInfo.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ConfigurationModel/XmlSerializedDescriptorInfo.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/EncryptionAlgorithm.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/EncryptionAlgorithm.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/EncryptionAlgorithm.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/EncryptionAlgorithm.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/IAuthenticatedEncryptor.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/IAuthenticatedEncryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/IAuthenticatedEncryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/IAuthenticatedEncryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/IInternalAuthenticatedEncryptionOptions.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/IInternalAuthenticatedEncryptionOptions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/IInternalAuthenticatedEncryptionOptions.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/IInternalAuthenticatedEncryptionOptions.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/IOptimizedAuthenticatedEncryptor.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/IOptimizedAuthenticatedEncryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/IOptimizedAuthenticatedEncryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/IOptimizedAuthenticatedEncryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ManagedAuthenticatedEncryptionOptions.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ManagedAuthenticatedEncryptionOptions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ManagedAuthenticatedEncryptionOptions.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ManagedAuthenticatedEncryptionOptions.cs diff --git a/src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ValidationAlgorithm.cs b/src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ValidationAlgorithm.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/AuthenticatedEncryption/ValidationAlgorithm.cs rename to src/Microsoft.AspNetCore.DataProtection/AuthenticatedEncryption/ValidationAlgorithm.cs diff --git a/src/Microsoft.AspNet.DataProtection/BitHelpers.cs b/src/Microsoft.AspNetCore.DataProtection/BitHelpers.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/BitHelpers.cs rename to src/Microsoft.AspNetCore.DataProtection/BitHelpers.cs diff --git a/src/Microsoft.AspNet.DataProtection/Cng/BCryptGenRandomImpl.cs b/src/Microsoft.AspNetCore.DataProtection/Cng/BCryptGenRandomImpl.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Cng/BCryptGenRandomImpl.cs rename to src/Microsoft.AspNetCore.DataProtection/Cng/BCryptGenRandomImpl.cs diff --git a/src/Microsoft.AspNet.DataProtection/Cng/CbcAuthenticatedEncryptor.cs b/src/Microsoft.AspNetCore.DataProtection/Cng/CbcAuthenticatedEncryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Cng/CbcAuthenticatedEncryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/Cng/CbcAuthenticatedEncryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/Cng/DpapiSecretSerializerHelper.cs b/src/Microsoft.AspNetCore.DataProtection/Cng/DpapiSecretSerializerHelper.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Cng/DpapiSecretSerializerHelper.cs rename to src/Microsoft.AspNetCore.DataProtection/Cng/DpapiSecretSerializerHelper.cs diff --git a/src/Microsoft.AspNet.DataProtection/Cng/GcmAuthenticatedEncryptor.cs b/src/Microsoft.AspNetCore.DataProtection/Cng/GcmAuthenticatedEncryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Cng/GcmAuthenticatedEncryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/Cng/GcmAuthenticatedEncryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/Cng/IBCryptGenRandom.cs b/src/Microsoft.AspNetCore.DataProtection/Cng/IBCryptGenRandom.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Cng/IBCryptGenRandom.cs rename to src/Microsoft.AspNetCore.DataProtection/Cng/IBCryptGenRandom.cs diff --git a/src/Microsoft.AspNet.DataProtection/Cng/Internal/CngAuthenticatedEncryptorBase.cs b/src/Microsoft.AspNetCore.DataProtection/Cng/Internal/CngAuthenticatedEncryptorBase.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Cng/Internal/CngAuthenticatedEncryptorBase.cs rename to src/Microsoft.AspNetCore.DataProtection/Cng/Internal/CngAuthenticatedEncryptorBase.cs diff --git a/src/Microsoft.AspNet.DataProtection/DataProtectionConfiguration.cs b/src/Microsoft.AspNetCore.DataProtection/DataProtectionConfiguration.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/DataProtectionConfiguration.cs rename to src/Microsoft.AspNetCore.DataProtection/DataProtectionConfiguration.cs diff --git a/src/Microsoft.AspNet.DataProtection/DataProtectionOptions.cs b/src/Microsoft.AspNetCore.DataProtection/DataProtectionOptions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/DataProtectionOptions.cs rename to src/Microsoft.AspNetCore.DataProtection/DataProtectionOptions.cs diff --git a/src/Microsoft.AspNet.DataProtection/DataProtectionProviderFactory.cs b/src/Microsoft.AspNetCore.DataProtection/DataProtectionProviderFactory.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/DataProtectionProviderFactory.cs rename to src/Microsoft.AspNetCore.DataProtection/DataProtectionProviderFactory.cs diff --git a/src/Microsoft.AspNet.DataProtection/DataProtectionServiceCollectionExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/DataProtectionServiceCollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/DataProtectionServiceCollectionExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/DataProtectionServiceCollectionExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/DataProtectionServiceDescriptors.cs b/src/Microsoft.AspNetCore.DataProtection/DataProtectionServiceDescriptors.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/DataProtectionServiceDescriptors.cs rename to src/Microsoft.AspNetCore.DataProtection/DataProtectionServiceDescriptors.cs diff --git a/src/Microsoft.AspNet.DataProtection/DataProtectionServices.cs b/src/Microsoft.AspNetCore.DataProtection/DataProtectionServices.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/DataProtectionServices.cs rename to src/Microsoft.AspNetCore.DataProtection/DataProtectionServices.cs diff --git a/src/Microsoft.AspNet.DataProtection/EphemeralDataProtectionProvider.cs b/src/Microsoft.AspNetCore.DataProtection/EphemeralDataProtectionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/EphemeralDataProtectionProvider.cs rename to src/Microsoft.AspNetCore.DataProtection/EphemeralDataProtectionProvider.cs diff --git a/src/Microsoft.AspNet.DataProtection/Error.cs b/src/Microsoft.AspNetCore.DataProtection/Error.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Error.cs rename to src/Microsoft.AspNetCore.DataProtection/Error.cs diff --git a/src/Microsoft.AspNet.DataProtection/IPersistedDataProtector.cs b/src/Microsoft.AspNetCore.DataProtection/IPersistedDataProtector.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/IPersistedDataProtector.cs rename to src/Microsoft.AspNetCore.DataProtection/IPersistedDataProtector.cs diff --git a/src/Microsoft.AspNet.DataProtection/ISecret.cs b/src/Microsoft.AspNetCore.DataProtection/ISecret.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/ISecret.cs rename to src/Microsoft.AspNetCore.DataProtection/ISecret.cs diff --git a/src/Microsoft.AspNet.DataProtection/Internal/IActivator.cs b/src/Microsoft.AspNetCore.DataProtection/Internal/IActivator.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Internal/IActivator.cs rename to src/Microsoft.AspNetCore.DataProtection/Internal/IActivator.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/DefaultKeyResolver.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/DefaultKeyResolver.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/DefaultKeyResolver.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/DefaultKeyResolver.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/DefaultKeyServices.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/DefaultKeyServices.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/DefaultKeyServices.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/DefaultKeyServices.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/DeferredKey.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/DeferredKey.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/DeferredKey.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/DeferredKey.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/IKey.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/IKey.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/IKey.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/IKey.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/IKeyEscrowSink.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/IKeyEscrowSink.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/IKeyEscrowSink.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/IKeyEscrowSink.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/IKeyManager.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/IKeyManager.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/IKeyManager.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/IKeyManager.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/CacheableKeyRing.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/CacheableKeyRing.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/CacheableKeyRing.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/CacheableKeyRing.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/DefaultKeyResolution.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/DefaultKeyResolution.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/DefaultKeyResolution.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/DefaultKeyResolution.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/ICacheableKeyRingProvider.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/ICacheableKeyRingProvider.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/ICacheableKeyRingProvider.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/ICacheableKeyRingProvider.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/IDefaultKeyResolver.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/IDefaultKeyResolver.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/IDefaultKeyResolver.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/IDefaultKeyResolver.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/IDefaultKeyServices.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/IDefaultKeyServices.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/IDefaultKeyServices.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/IDefaultKeyServices.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/IInternalXmlKeyManager.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/IInternalXmlKeyManager.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/IInternalXmlKeyManager.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/IInternalXmlKeyManager.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/IKeyRing.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/IKeyRing.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/IKeyRing.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/IKeyRing.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/IKeyRingProvider.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/IKeyRingProvider.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/Internal/IKeyRingProvider.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/Internal/IKeyRingProvider.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/Key.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/Key.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/Key.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/Key.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/KeyBase.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyBase.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/KeyBase.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyBase.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/KeyEscrowServiceProviderExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyEscrowServiceProviderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/KeyEscrowServiceProviderExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyEscrowServiceProviderExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/KeyExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/KeyExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/KeyManagementOptions.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyManagementOptions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/KeyManagementOptions.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyManagementOptions.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/KeyRing.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyRing.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/KeyRing.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyRing.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/KeyRingBasedDataProtectionProvider.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyRingBasedDataProtectionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/KeyRingBasedDataProtectionProvider.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyRingBasedDataProtectionProvider.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/KeyRingBasedDataProtector.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyRingBasedDataProtector.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/KeyRingBasedDataProtector.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyRingBasedDataProtector.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/KeyRingProvider.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyRingProvider.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/KeyRingProvider.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/KeyRingProvider.cs diff --git a/src/Microsoft.AspNet.DataProtection/KeyManagement/XmlKeyManager.cs b/src/Microsoft.AspNetCore.DataProtection/KeyManagement/XmlKeyManager.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/KeyManagement/XmlKeyManager.cs rename to src/Microsoft.AspNetCore.DataProtection/KeyManagement/XmlKeyManager.cs diff --git a/src/Microsoft.AspNet.DataProtection/LoggingExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/LoggingExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/LoggingExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/LoggingExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/LoggingServiceProviderExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/LoggingServiceProviderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/LoggingServiceProviderExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/LoggingServiceProviderExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/Managed/HashAlgorithmExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/Managed/HashAlgorithmExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Managed/HashAlgorithmExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/Managed/HashAlgorithmExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/Managed/IManagedGenRandom.cs b/src/Microsoft.AspNetCore.DataProtection/Managed/IManagedGenRandom.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Managed/IManagedGenRandom.cs rename to src/Microsoft.AspNetCore.DataProtection/Managed/IManagedGenRandom.cs diff --git a/src/Microsoft.AspNet.DataProtection/Managed/ManagedAuthenticatedEncryptor.cs b/src/Microsoft.AspNetCore.DataProtection/Managed/ManagedAuthenticatedEncryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Managed/ManagedAuthenticatedEncryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/Managed/ManagedAuthenticatedEncryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/Managed/ManagedGenRandomImpl.cs b/src/Microsoft.AspNetCore.DataProtection/Managed/ManagedGenRandomImpl.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Managed/ManagedGenRandomImpl.cs rename to src/Microsoft.AspNetCore.DataProtection/Managed/ManagedGenRandomImpl.cs diff --git a/src/Microsoft.AspNet.DataProtection/Managed/SymmetricAlgorithmExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/Managed/SymmetricAlgorithmExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Managed/SymmetricAlgorithmExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/Managed/SymmetricAlgorithmExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/MemoryProtection.cs b/src/Microsoft.AspNetCore.DataProtection/MemoryProtection.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/MemoryProtection.cs rename to src/Microsoft.AspNetCore.DataProtection/MemoryProtection.cs diff --git a/src/Microsoft.AspNet.DataProtection/Microsoft.AspNet.DataProtection.xproj b/src/Microsoft.AspNetCore.DataProtection/Microsoft.AspNetCore.DataProtection.xproj similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Microsoft.AspNet.DataProtection.xproj rename to src/Microsoft.AspNetCore.DataProtection/Microsoft.AspNetCore.DataProtection.xproj diff --git a/src/Microsoft.AspNet.DataProtection/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.DataProtection/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.DataProtection/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.DataProtection/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.DataProtection/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.DataProtection/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.DataProtection/RegistryPolicyResolver.cs b/src/Microsoft.AspNetCore.DataProtection/RegistryPolicyResolver.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/RegistryPolicyResolver.cs rename to src/Microsoft.AspNetCore.DataProtection/RegistryPolicyResolver.cs diff --git a/src/Microsoft.AspNet.DataProtection/Repositories/EphemeralXmlRepository.cs b/src/Microsoft.AspNetCore.DataProtection/Repositories/EphemeralXmlRepository.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Repositories/EphemeralXmlRepository.cs rename to src/Microsoft.AspNetCore.DataProtection/Repositories/EphemeralXmlRepository.cs diff --git a/src/Microsoft.AspNet.DataProtection/Repositories/FileSystemXmlRepository.cs b/src/Microsoft.AspNetCore.DataProtection/Repositories/FileSystemXmlRepository.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Repositories/FileSystemXmlRepository.cs rename to src/Microsoft.AspNetCore.DataProtection/Repositories/FileSystemXmlRepository.cs diff --git a/src/Microsoft.AspNet.DataProtection/Repositories/IXmlRepository.cs b/src/Microsoft.AspNetCore.DataProtection/Repositories/IXmlRepository.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Repositories/IXmlRepository.cs rename to src/Microsoft.AspNetCore.DataProtection/Repositories/IXmlRepository.cs diff --git a/src/Microsoft.AspNet.DataProtection/Repositories/RegistryXmlRepository.cs b/src/Microsoft.AspNetCore.DataProtection/Repositories/RegistryXmlRepository.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Repositories/RegistryXmlRepository.cs rename to src/Microsoft.AspNetCore.DataProtection/Repositories/RegistryXmlRepository.cs diff --git a/src/Microsoft.AspNet.DataProtection/Resources.resx b/src/Microsoft.AspNetCore.DataProtection/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Resources.resx rename to src/Microsoft.AspNetCore.DataProtection/Resources.resx diff --git a/src/Microsoft.AspNet.DataProtection/SP800_108/ISP800_108_CTR_HMACSHA512Provider.cs b/src/Microsoft.AspNetCore.DataProtection/SP800_108/ISP800_108_CTR_HMACSHA512Provider.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/SP800_108/ISP800_108_CTR_HMACSHA512Provider.cs rename to src/Microsoft.AspNetCore.DataProtection/SP800_108/ISP800_108_CTR_HMACSHA512Provider.cs diff --git a/src/Microsoft.AspNet.DataProtection/SP800_108/ManagedSP800_108_CTR_HMACSHA512.cs b/src/Microsoft.AspNetCore.DataProtection/SP800_108/ManagedSP800_108_CTR_HMACSHA512.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/SP800_108/ManagedSP800_108_CTR_HMACSHA512.cs rename to src/Microsoft.AspNetCore.DataProtection/SP800_108/ManagedSP800_108_CTR_HMACSHA512.cs diff --git a/src/Microsoft.AspNet.DataProtection/SP800_108/SP800_108_CTR_HMACSHA512Extensions.cs b/src/Microsoft.AspNetCore.DataProtection/SP800_108/SP800_108_CTR_HMACSHA512Extensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/SP800_108/SP800_108_CTR_HMACSHA512Extensions.cs rename to src/Microsoft.AspNetCore.DataProtection/SP800_108/SP800_108_CTR_HMACSHA512Extensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/SP800_108/SP800_108_CTR_HMACSHA512Util.cs b/src/Microsoft.AspNetCore.DataProtection/SP800_108/SP800_108_CTR_HMACSHA512Util.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/SP800_108/SP800_108_CTR_HMACSHA512Util.cs rename to src/Microsoft.AspNetCore.DataProtection/SP800_108/SP800_108_CTR_HMACSHA512Util.cs diff --git a/src/Microsoft.AspNet.DataProtection/SP800_108/Win7SP800_108_CTR_HMACSHA512Provider.cs b/src/Microsoft.AspNetCore.DataProtection/SP800_108/Win7SP800_108_CTR_HMACSHA512Provider.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/SP800_108/Win7SP800_108_CTR_HMACSHA512Provider.cs rename to src/Microsoft.AspNetCore.DataProtection/SP800_108/Win7SP800_108_CTR_HMACSHA512Provider.cs diff --git a/src/Microsoft.AspNet.DataProtection/SP800_108/Win8SP800_108_CTR_HMACSHA512Provider.cs b/src/Microsoft.AspNetCore.DataProtection/SP800_108/Win8SP800_108_CTR_HMACSHA512Provider.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/SP800_108/Win8SP800_108_CTR_HMACSHA512Provider.cs rename to src/Microsoft.AspNetCore.DataProtection/SP800_108/Win8SP800_108_CTR_HMACSHA512Provider.cs diff --git a/src/Microsoft.AspNet.DataProtection/Secret.cs b/src/Microsoft.AspNetCore.DataProtection/Secret.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/Secret.cs rename to src/Microsoft.AspNetCore.DataProtection/Secret.cs diff --git a/src/Microsoft.AspNet.DataProtection/StringInterpolation.cs b/src/Microsoft.AspNetCore.DataProtection/StringInterpolation.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/StringInterpolation.cs rename to src/Microsoft.AspNetCore.DataProtection/StringInterpolation.cs diff --git a/src/Microsoft.AspNet.DataProtection/TypeExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/TypeExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/TypeExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/TypeExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlConstants.cs b/src/Microsoft.AspNetCore.DataProtection/XmlConstants.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlConstants.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlConstants.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/CertificateResolver.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/CertificateResolver.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/CertificateResolver.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/CertificateResolver.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/CertificateXmlEncryptor.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/CertificateXmlEncryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/CertificateXmlEncryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/CertificateXmlEncryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/DpapiNGProtectionDescriptorFlags.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/DpapiNGProtectionDescriptorFlags.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/DpapiNGProtectionDescriptorFlags.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/DpapiNGProtectionDescriptorFlags.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/DpapiNGXmlDecryptor.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/DpapiNGXmlDecryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/DpapiNGXmlDecryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/DpapiNGXmlDecryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/DpapiNGXmlEncryptor.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/DpapiNGXmlEncryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/DpapiNGXmlEncryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/DpapiNGXmlEncryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/DpapiXmlDecryptor.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/DpapiXmlDecryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/DpapiXmlDecryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/DpapiXmlDecryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/DpapiXmlEncryptor.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/DpapiXmlEncryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/DpapiXmlEncryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/DpapiXmlEncryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/EncryptedXmlDecryptor.core50.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/EncryptedXmlDecryptor.core50.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/EncryptedXmlDecryptor.core50.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/EncryptedXmlDecryptor.core50.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/EncryptedXmlDecryptor.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/EncryptedXmlDecryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/EncryptedXmlDecryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/EncryptedXmlDecryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/EncryptedXmlInfo.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/EncryptedXmlInfo.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/EncryptedXmlInfo.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/EncryptedXmlInfo.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/ICertificateResolver.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/ICertificateResolver.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/ICertificateResolver.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/ICertificateResolver.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/IInternalCertificateXmlEncryptor.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/IInternalCertificateXmlEncryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/IInternalCertificateXmlEncryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/IInternalCertificateXmlEncryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/IInternalEncryptedXmlDecryptor.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/IInternalEncryptedXmlDecryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/IInternalEncryptedXmlDecryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/IInternalEncryptedXmlDecryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/IXmlDecryptor.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/IXmlDecryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/IXmlDecryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/IXmlDecryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/IXmlEncryptor.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/IXmlEncryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/IXmlEncryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/IXmlEncryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/NullXmlDecryptor.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/NullXmlDecryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/NullXmlDecryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/NullXmlDecryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/NullXmlEncryptor.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/NullXmlEncryptor.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/NullXmlEncryptor.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/NullXmlEncryptor.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlEncryption/XmlEncryptionExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/XmlEncryption/XmlEncryptionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlEncryption/XmlEncryptionExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlEncryption/XmlEncryptionExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/XmlExtensions.cs b/src/Microsoft.AspNetCore.DataProtection/XmlExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.DataProtection/XmlExtensions.cs rename to src/Microsoft.AspNetCore.DataProtection/XmlExtensions.cs diff --git a/src/Microsoft.AspNet.DataProtection/project.json b/src/Microsoft.AspNetCore.DataProtection/project.json similarity index 100% rename from src/Microsoft.AspNet.DataProtection/project.json rename to src/Microsoft.AspNetCore.DataProtection/project.json diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/Cng/BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_Tests.cs b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/Cng/BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_Tests.cs similarity index 100% rename from test/Microsoft.AspNet.Cryptography.Internal.Test/Cng/BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_Tests.cs rename to test/Microsoft.AspNetCore.Cryptography.Internal.Test/Cng/BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_Tests.cs diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/Cng/BCRYPT_KEY_LENGTHS_STRUCT_Tests.cs b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/Cng/BCRYPT_KEY_LENGTHS_STRUCT_Tests.cs similarity index 100% rename from test/Microsoft.AspNet.Cryptography.Internal.Test/Cng/BCRYPT_KEY_LENGTHS_STRUCT_Tests.cs rename to test/Microsoft.AspNetCore.Cryptography.Internal.Test/Cng/BCRYPT_KEY_LENGTHS_STRUCT_Tests.cs diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/Cng/BCryptUtilTests.cs b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/Cng/BCryptUtilTests.cs similarity index 100% rename from test/Microsoft.AspNet.Cryptography.Internal.Test/Cng/BCryptUtilTests.cs rename to test/Microsoft.AspNetCore.Cryptography.Internal.Test/Cng/BCryptUtilTests.cs diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/Cng/CachedAlgorithmHandlesTests.cs b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/Cng/CachedAlgorithmHandlesTests.cs similarity index 100% rename from test/Microsoft.AspNet.Cryptography.Internal.Test/Cng/CachedAlgorithmHandlesTests.cs rename to test/Microsoft.AspNetCore.Cryptography.Internal.Test/Cng/CachedAlgorithmHandlesTests.cs diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/CryptoUtilTests.cs b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/CryptoUtilTests.cs similarity index 100% rename from test/Microsoft.AspNet.Cryptography.Internal.Test/CryptoUtilTests.cs rename to test/Microsoft.AspNetCore.Cryptography.Internal.Test/CryptoUtilTests.cs diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/Microsoft.AspNet.Cryptography.Internal.Test.xproj b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/Microsoft.AspNetCore.Cryptography.Internal.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Cryptography.Internal.Test/Microsoft.AspNet.Cryptography.Internal.Test.xproj rename to test/Microsoft.AspNetCore.Cryptography.Internal.Test/Microsoft.AspNetCore.Cryptography.Internal.Test.xproj diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/Properties/AssemblyInfo.cs b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/Properties/AssemblyInfo.cs similarity index 100% rename from test/Microsoft.AspNet.Cryptography.Internal.Test/Properties/AssemblyInfo.cs rename to test/Microsoft.AspNetCore.Cryptography.Internal.Test/Properties/AssemblyInfo.cs diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/SafeHandles/SecureLocalAllocHandleTests.cs b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/SafeHandles/SecureLocalAllocHandleTests.cs similarity index 100% rename from test/Microsoft.AspNet.Cryptography.Internal.Test/SafeHandles/SecureLocalAllocHandleTests.cs rename to test/Microsoft.AspNetCore.Cryptography.Internal.Test/SafeHandles/SecureLocalAllocHandleTests.cs diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/UnsafeBufferUtilTests.cs b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/UnsafeBufferUtilTests.cs similarity index 100% rename from test/Microsoft.AspNet.Cryptography.Internal.Test/UnsafeBufferUtilTests.cs rename to test/Microsoft.AspNetCore.Cryptography.Internal.Test/UnsafeBufferUtilTests.cs diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/WeakReferenceHelpersTests.cs b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/WeakReferenceHelpersTests.cs similarity index 100% rename from test/Microsoft.AspNet.Cryptography.Internal.Test/WeakReferenceHelpersTests.cs rename to test/Microsoft.AspNetCore.Cryptography.Internal.Test/WeakReferenceHelpersTests.cs diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/project.json b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Cryptography.Internal.Test/project.json rename to test/Microsoft.AspNetCore.Cryptography.Internal.Test/project.json diff --git a/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/Microsoft.AspNet.Cryptography.KeyDerivation.Test.xproj b/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/Microsoft.AspNet.Cryptography.KeyDerivation.Test.xproj rename to test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test.xproj diff --git a/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/Pbkdf2Tests.cs b/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/Pbkdf2Tests.cs similarity index 100% rename from test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/Pbkdf2Tests.cs rename to test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/Pbkdf2Tests.cs diff --git a/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/Properties/AssemblyInfo.cs b/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/Properties/AssemblyInfo.cs similarity index 100% rename from test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/Properties/AssemblyInfo.cs rename to test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/Properties/AssemblyInfo.cs diff --git a/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json b/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json rename to test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/project.json diff --git a/test/Microsoft.AspNet.DataProtection.Abstractions.Test/DataProtectionExtensionsTests.cs b/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/DataProtectionExtensionsTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Abstractions.Test/DataProtectionExtensionsTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/DataProtectionExtensionsTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Abstractions.Test/Microsoft.AspNet.DataProtection.Abstractions.Test.xproj b/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/Microsoft.AspNetCore.DataProtection.Abstractions.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Abstractions.Test/Microsoft.AspNet.DataProtection.Abstractions.Test.xproj rename to test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/Microsoft.AspNetCore.DataProtection.Abstractions.Test.xproj diff --git a/test/Microsoft.AspNet.DataProtection.Abstractions.Test/project.json b/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Abstractions.Test/project.json rename to test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json diff --git a/test/Microsoft.AspNet.DataProtection.Extensions.Test/DataProtectionExtensionsTests.cs b/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/DataProtectionExtensionsTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Extensions.Test/DataProtectionExtensionsTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Extensions.Test/DataProtectionExtensionsTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Extensions.Test/DataProtectionProviderTests.cs b/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/DataProtectionProviderTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Extensions.Test/DataProtectionProviderTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Extensions.Test/DataProtectionProviderTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Extensions.Test/Microsoft.AspNet.DataProtection.Extensions.Test.xproj b/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/Microsoft.AspNetCore.DataProtection.Extensions.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Extensions.Test/Microsoft.AspNet.DataProtection.Extensions.Test.xproj rename to test/Microsoft.AspNetCore.DataProtection.Extensions.Test/Microsoft.AspNetCore.DataProtection.Extensions.Test.xproj diff --git a/test/Microsoft.AspNet.DataProtection.Extensions.Test/TimeLimitedDataProtectorTests.cs b/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/TimeLimitedDataProtectorTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Extensions.Test/TimeLimitedDataProtectorTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Extensions.Test/TimeLimitedDataProtectorTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Extensions.Test/project.json b/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Extensions.Test/project.json rename to test/Microsoft.AspNetCore.DataProtection.Extensions.Test/project.json diff --git a/test/Microsoft.AspNet.DataProtection.Test.Shared/ConditionalRunTestOnlyWindows8OrLaterAttribute.cs b/test/Microsoft.AspNetCore.DataProtection.Test.Shared/ConditionalRunTestOnlyWindows8OrLaterAttribute.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test.Shared/ConditionalRunTestOnlyWindows8OrLaterAttribute.cs rename to test/Microsoft.AspNetCore.DataProtection.Test.Shared/ConditionalRunTestOnlyWindows8OrLaterAttribute.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test.Shared/ConditionalRunTestOnlyWindowsAttribute.cs b/test/Microsoft.AspNetCore.DataProtection.Test.Shared/ConditionalRunTestOnlyWindowsAttribute.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test.Shared/ConditionalRunTestOnlyWindowsAttribute.cs rename to test/Microsoft.AspNetCore.DataProtection.Test.Shared/ConditionalRunTestOnlyWindowsAttribute.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test.Shared/ExceptionAssert2.cs b/test/Microsoft.AspNetCore.DataProtection.Test.Shared/ExceptionAssert2.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test.Shared/ExceptionAssert2.cs rename to test/Microsoft.AspNetCore.DataProtection.Test.Shared/ExceptionAssert2.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test.Shared/Microsoft.AspNet.DataProtection.Test.Shared.xproj b/test/Microsoft.AspNetCore.DataProtection.Test.Shared/Microsoft.AspNetCore.DataProtection.Test.Shared.xproj similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test.Shared/Microsoft.AspNet.DataProtection.Test.Shared.xproj rename to test/Microsoft.AspNetCore.DataProtection.Test.Shared/Microsoft.AspNetCore.DataProtection.Test.Shared.xproj diff --git a/test/Microsoft.AspNet.DataProtection.Test.Shared/project.json b/test/Microsoft.AspNetCore.DataProtection.Test.Shared/project.json similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test.Shared/project.json rename to test/Microsoft.AspNetCore.DataProtection.Test.Shared/project.json diff --git a/test/Microsoft.AspNet.DataProtection.Test/ActivatorTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/ActivatorTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/ActivatorTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/ActivatorTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/AnonymousImpersonation.cs b/test/Microsoft.AspNetCore.DataProtection.Test/AnonymousImpersonation.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/AnonymousImpersonation.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/AnonymousImpersonation.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorDeserializerTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorDeserializerTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorDeserializerTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorDeserializerTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/AuthenticatedEncryptorDescriptorTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorConfigurationTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorConfigurationTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorConfigurationTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorConfigurationTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorDeserializerTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorDeserializerTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorDeserializerTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorDeserializerTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngCbcAuthenticatedEncryptorDescriptorTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorConfigurationTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorConfigurationTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorConfigurationTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorConfigurationTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorDeserializerTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorDeserializerTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorDeserializerTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorDeserializerTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/CngGcmAuthenticatedEncryptorDescriptorTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorConfigurationTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorConfigurationTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorConfigurationTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorConfigurationTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorDeserializerTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorDeserializerTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorDeserializerTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorDeserializerTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/AuthenticatedEncryption/ConfigurationModel/ManagedAuthenticatedEncryptorDescriptorTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/Cng/CbcAuthenticatedEncryptorTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/Cng/CbcAuthenticatedEncryptorTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/Cng/CbcAuthenticatedEncryptorTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/Cng/CbcAuthenticatedEncryptorTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/Cng/CngAuthenticatedEncryptorBaseTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/Cng/CngAuthenticatedEncryptorBaseTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/Cng/CngAuthenticatedEncryptorBaseTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/Cng/CngAuthenticatedEncryptorBaseTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/Cng/GcmAuthenticatedEncryptorTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/Cng/GcmAuthenticatedEncryptorTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/Cng/GcmAuthenticatedEncryptorTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/Cng/GcmAuthenticatedEncryptorTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/EphemeralDataProtectionProviderTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/EphemeralDataProtectionProviderTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/EphemeralDataProtectionProviderTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/EphemeralDataProtectionProviderTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/KeyManagement/CacheableKeyRingTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/CacheableKeyRingTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/KeyManagement/CacheableKeyRingTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/CacheableKeyRingTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/KeyManagement/DefaultKeyResolverTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/DefaultKeyResolverTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/KeyManagement/DefaultKeyResolverTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/DefaultKeyResolverTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/KeyManagement/DeferredKeyTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/DeferredKeyTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/KeyManagement/DeferredKeyTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/DeferredKeyTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/KeyManagement/KeyEscrowServiceProviderExtensionsTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/KeyEscrowServiceProviderExtensionsTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/KeyManagement/KeyEscrowServiceProviderExtensionsTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/KeyEscrowServiceProviderExtensionsTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/KeyManagement/KeyRingBasedDataProtectorTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/KeyRingBasedDataProtectorTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/KeyManagement/KeyRingBasedDataProtectorTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/KeyRingBasedDataProtectorTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/KeyManagement/KeyRingProviderTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/KeyRingProviderTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/KeyManagement/KeyRingProviderTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/KeyRingProviderTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/KeyManagement/KeyRingTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/KeyRingTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/KeyManagement/KeyRingTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/KeyRingTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/KeyManagement/KeyTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/KeyTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/KeyManagement/KeyTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/KeyTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/KeyManagement/XmlKeyManagerTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/XmlKeyManagerTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/KeyManagement/XmlKeyManagerTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/KeyManagement/XmlKeyManagerTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/Managed/ManagedAuthenticatedEncryptorTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/Managed/ManagedAuthenticatedEncryptorTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/Managed/ManagedAuthenticatedEncryptorTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/Managed/ManagedAuthenticatedEncryptorTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/Microsoft.AspNet.DataProtection.Test.xproj b/test/Microsoft.AspNetCore.DataProtection.Test/Microsoft.AspNetCore.DataProtection.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/Microsoft.AspNet.DataProtection.Test.xproj rename to test/Microsoft.AspNetCore.DataProtection.Test/Microsoft.AspNetCore.DataProtection.Test.xproj diff --git a/test/Microsoft.AspNet.DataProtection.Test/MockExtensions.cs b/test/Microsoft.AspNetCore.DataProtection.Test/MockExtensions.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/MockExtensions.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/MockExtensions.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/Properties/AssemblyInfo.cs b/test/Microsoft.AspNetCore.DataProtection.Test/Properties/AssemblyInfo.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/Properties/AssemblyInfo.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/Properties/AssemblyInfo.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/RegistryPolicyResolverTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/RegistryPolicyResolverTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/RegistryPolicyResolverTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/RegistryPolicyResolverTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/Repositories/EphemeralXmlRepositoryTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/Repositories/EphemeralXmlRepositoryTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/Repositories/EphemeralXmlRepositoryTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/Repositories/EphemeralXmlRepositoryTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/Repositories/FileSystemXmlRepositoryTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/Repositories/FileSystemXmlRepositoryTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/Repositories/FileSystemXmlRepositoryTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/Repositories/FileSystemXmlRepositoryTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/Repositories/RegistryXmlRepositoryTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/Repositories/RegistryXmlRepositoryTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/Repositories/RegistryXmlRepositoryTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/Repositories/RegistryXmlRepositoryTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/SP800_108/SP800_108Tests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/SP800_108/SP800_108Tests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/SP800_108/SP800_108Tests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/SP800_108/SP800_108Tests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/SecretAssert.cs b/test/Microsoft.AspNetCore.DataProtection.Test/SecretAssert.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/SecretAssert.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/SecretAssert.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/SecretTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/SecretTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/SecretTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/SecretTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/SequentialGenRandom.cs b/test/Microsoft.AspNetCore.DataProtection.Test/SequentialGenRandom.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/SequentialGenRandom.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/SequentialGenRandom.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/StringLoggerFactory.cs b/test/Microsoft.AspNetCore.DataProtection.Test/StringLoggerFactory.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/StringLoggerFactory.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/StringLoggerFactory.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/XmlAssert.cs b/test/Microsoft.AspNetCore.DataProtection.Test/XmlAssert.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/XmlAssert.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/XmlAssert.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/XmlEncryption/CertificateXmlEncryptionTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/XmlEncryption/CertificateXmlEncryptionTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/XmlEncryption/CertificateXmlEncryptionTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/XmlEncryption/CertificateXmlEncryptionTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/XmlEncryption/DpapiNGXmlEncryptionTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/XmlEncryption/DpapiNGXmlEncryptionTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/XmlEncryption/DpapiNGXmlEncryptionTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/XmlEncryption/DpapiNGXmlEncryptionTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/XmlEncryption/DpapiXmlEncryptionTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/XmlEncryption/DpapiXmlEncryptionTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/XmlEncryption/DpapiXmlEncryptionTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/XmlEncryption/DpapiXmlEncryptionTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/XmlEncryption/NullXmlEncryptionTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/XmlEncryption/NullXmlEncryptionTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/XmlEncryption/NullXmlEncryptionTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/XmlEncryption/NullXmlEncryptionTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/XmlEncryption/XmlEncryptionExtensionsTests.cs b/test/Microsoft.AspNetCore.DataProtection.Test/XmlEncryption/XmlEncryptionExtensionsTests.cs similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/XmlEncryption/XmlEncryptionExtensionsTests.cs rename to test/Microsoft.AspNetCore.DataProtection.Test/XmlEncryption/XmlEncryptionExtensionsTests.cs diff --git a/test/Microsoft.AspNet.DataProtection.Test/project.json b/test/Microsoft.AspNetCore.DataProtection.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.DataProtection.Test/project.json rename to test/Microsoft.AspNetCore.DataProtection.Test/project.json