Exclude GostXades from Hcs namespace

This commit is contained in:
2025-08-24 18:26:02 +09:00
parent a76d283936
commit 563b6a59f4
27 changed files with 38 additions and 38 deletions

View File

@ -1,6 +1,6 @@
using System;
namespace Hcs.GostXades.Helpers
namespace GostXades.Helpers
{
public static class ArrayHelper
{

View File

@ -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
{

View File

@ -1,7 +1,7 @@
using System.Collections;
using System.Linq;
namespace Hcs.GostXades.Helpers
namespace GostXades.Helpers
{
public static class CollectionHelper
{

View File

@ -1,6 +1,6 @@
using System.Numerics;
namespace Hcs.GostXades.Helpers
namespace GostXades.Helpers
{
public static class ConvertHelper
{

View File

@ -1,6 +1,6 @@
using System;
namespace Hcs.GostXades.Helpers
namespace GostXades.Helpers
{
public static class DateTimeHelper
{

View File

@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Linq;
namespace Hcs.GostXades.Helpers
namespace GostXades.Helpers
{
public static class EnumerableHelper
{

View File

@ -1,7 +1,7 @@
using GostCryptography.Config;
using System;
namespace Hcs.GostXades.Helpers
namespace GostXades.Helpers
{
public static class GostHashAlgorithmHelper
{

View File

@ -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
{

View File

@ -2,7 +2,7 @@
using System.Linq;
using System.Text;
namespace Hcs.GostXades.Helpers
namespace GostXades.Helpers
{
public static class X509NameHelper
{

View File

@ -1,7 +1,7 @@
using Microsoft.Xades;
using System.Xml;
namespace Hcs.GostXades.Helpers
namespace GostXades.Helpers
{
public static class XadesSignedXmlHelper
{

View File

@ -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
{