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

@ -20,7 +20,7 @@ namespace Hcs.ClientApi
/// <summary>
/// Тип криптопровайдера полученный из сертификата
/// </summary>
public Hcs.GostXades.CryptoProviderTypeEnum CryptoProviderType { get; internal set; }
public GostXades.CryptoProviderTypeEnum CryptoProviderType { get; internal set; }
public GostCryptography.Base.ProviderType GostCryptoProviderType =>
(GostCryptography.Base.ProviderType)CryptoProviderType;