Exclude GostXades from Hcs namespace
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
using GostCryptography.Config;
|
||||
using GostCryptography.Gost_R3410;
|
||||
using GostCryptography.Gost_R3411;
|
||||
using Hcs.GostXades.Abstractions;
|
||||
using Hcs.GostXades.Helpers;
|
||||
using GostXades.Abstractions;
|
||||
using GostXades.Helpers;
|
||||
using Microsoft.Xades;
|
||||
using Org.BouncyCastle.X509;
|
||||
using System;
|
||||
@ -12,7 +12,7 @@ using System.Security.Cryptography;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
using System.Security.Cryptography.Xml;
|
||||
|
||||
namespace Hcs.GostXades
|
||||
namespace GostXades
|
||||
{
|
||||
public class GostCryptoProvider : ICryptoProvider
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user