Skip to content

Commit 79fddcf

Browse files
authored
Update Storage Aes Gcm Namespaces (Azure#29067)
1 parent 5806c23 commit 79fddcf

File tree

14 files changed

+15
-18
lines changed

14 files changed

+15
-18
lines changed

sdk/storage/Azure.Storage.Common/src/Shared/AesGcm/AesGcmWindows.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Runtime.InteropServices;
55
using System.Security.Cryptography;
66

7-
namespace Azure.Storage
7+
namespace Azure.Storage.Shared.AesGcm
88
{
99
#if !(NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_0_OR_GREATER)
1010
/// <summary>

sdk/storage/Azure.Storage.Common/src/Shared/AesGcm/AllowUnsafeBlocks/AeadCommon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Runtime.InteropServices;
77
using System.Security.Cryptography;
88

9-
namespace Azure.Storage
9+
namespace Azure.Storage.Shared.AesGcm
1010
{
1111
#if !(NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_0_OR_GREATER)
1212
/// <summary>

sdk/storage/Azure.Storage.Common/src/Shared/AesGcm/AllowUnsafeBlocks/Interop.BCryptEncryptDecrypt.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System;
77
using System.Runtime.InteropServices;
88

9-
namespace Azure.Storage
9+
namespace Azure.Storage.Shared.AesGcm
1010
{
1111
#if !(NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_0_OR_GREATER)
1212
/// <summary>

sdk/storage/Azure.Storage.Common/src/Shared/AesGcm/AllowUnsafeBlocks/Interop.BCryptImportKey.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using System.Security.Cryptography;
1111
using System.Text;
1212

13-
namespace Azure.Storage
13+
namespace Azure.Storage.Shared.AesGcm
1414
{
1515
#if !(NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_0_OR_GREATER)
1616
/// <summary>

sdk/storage/Azure.Storage.Common/src/Shared/AesGcm/AllowUnsafeBlocks/Interop.Blobs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using System.Security.Cryptography;
1111
using System.Text;
1212

13-
namespace Azure.Storage
13+
namespace Azure.Storage.Shared.AesGcm
1414
{
1515
#if !(NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_0_OR_GREATER)
1616
/// <summary>

sdk/storage/Azure.Storage.Common/src/Shared/AesGcm/BCryptAeadHandleCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using System.Security.Cryptography;
99
using System.Threading;
1010

11-
namespace Azure.Storage
11+
namespace Azure.Storage.Shared.AesGcm
1212
{
1313
#if !(NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_0_OR_GREATER)
1414
/// <summary>

sdk/storage/Azure.Storage.Common/src/Shared/AesGcm/Interop.CreateCryptographicException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Licensed under the MIT License.
66
using System.Security.Cryptography;
77

8-
namespace Azure.Storage
8+
namespace Azure.Storage.Shared.AesGcm
99
{
1010
#if !(NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_0_OR_GREATER)
1111
/// <summary>

sdk/storage/Azure.Storage.Common/src/Shared/AesGcm/Interop.NTSTATUS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Licensed to the .NET Foundation under one or more agreements.
55
// The .NET Foundation licenses this file to you under the MIT license.
66

7-
namespace Azure.Storage
7+
namespace Azure.Storage.Shared.AesGcm
88
{
99
#if !(NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_0_OR_GREATER)
1010
/// <summary>

sdk/storage/Azure.Storage.Common/src/Shared/AesGcm/KeySizeHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the MIT License.
33
using System.Security.Cryptography;
44

5-
namespace Azure.Storage
5+
namespace Azure.Storage.Shared.AesGcm
66
{
77
#if !(NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_0_OR_GREATER)
88
/// <summary>

sdk/storage/Azure.Storage.Common/src/Shared/AesGcm/SafeAlgorithmHandle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using System.Security.Cryptography;
1111
using System.Text;
1212

13-
namespace Azure.Storage
13+
namespace Azure.Storage.Shared.AesGcm
1414
{
1515
#if !(NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_0_OR_GREATER)
1616
internal static partial class Interop

0 commit comments

Comments
 (0)