Unify namespace naming

This commit is contained in:
Alexandru Macocian
2021-11-15 22:21:46 +01:00
parent b6cc64fd51
commit 7eed1ca466
9 changed files with 9 additions and 10 deletions
@@ -1,6 +1,6 @@
using System.Security.Cryptography;
namespace System.Rng
namespace System.Security.Rng
{
public sealed class CryptoRngProvider : ICryptoRngProvider, IDisposable
{
@@ -1,4 +1,4 @@
namespace System.Rng
namespace System.Security.Rng
{
public interface ICryptoRngProvider
{