Exclude GostXades from Hcs namespace
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace Hcs.GostXades.Helpers
|
||||
namespace GostXades.Helpers
|
||||
{
|
||||
public static class ArrayHelper
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
|
||||
namespace Hcs.GostXades.Helpers
|
||||
namespace GostXades.Helpers
|
||||
{
|
||||
public static class CertificateHelper
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
using System.Collections;
|
||||
using System.Linq;
|
||||
|
||||
namespace Hcs.GostXades.Helpers
|
||||
namespace GostXades.Helpers
|
||||
{
|
||||
public static class CollectionHelper
|
||||
{
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
using System.Numerics;
|
||||
|
||||
namespace Hcs.GostXades.Helpers
|
||||
namespace GostXades.Helpers
|
||||
{
|
||||
public static class ConvertHelper
|
||||
{
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace Hcs.GostXades.Helpers
|
||||
namespace GostXades.Helpers
|
||||
{
|
||||
public static class DateTimeHelper
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Hcs.GostXades.Helpers
|
||||
namespace GostXades.Helpers
|
||||
{
|
||||
public static class EnumerableHelper
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
using GostCryptography.Config;
|
||||
using System;
|
||||
|
||||
namespace Hcs.GostXades.Helpers
|
||||
namespace GostXades.Helpers
|
||||
{
|
||||
public static class GostHashAlgorithmHelper
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Security.Cryptography.X509Certificates;
|
||||
using System.Security.Cryptography.Xml;
|
||||
using System.Xml;
|
||||
|
||||
namespace Hcs.GostXades.Helpers
|
||||
namespace GostXades.Helpers
|
||||
{
|
||||
public static class KeyInfoHelper
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Hcs.GostXades.Helpers
|
||||
namespace GostXades.Helpers
|
||||
{
|
||||
public static class X509NameHelper
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
using Microsoft.Xades;
|
||||
using System.Xml;
|
||||
|
||||
namespace Hcs.GostXades.Helpers
|
||||
namespace GostXades.Helpers
|
||||
{
|
||||
public static class XadesSignedXmlHelper
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Xml;
|
||||
|
||||
namespace Hcs.GostXades.Helpers
|
||||
namespace GostXades.Helpers
|
||||
{
|
||||
public static class XmlDocumentHelper
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user