Exclude GostXades from Hcs namespace
This commit is contained in:
@ -31,9 +31,9 @@ namespace Hcs.ClientApi
|
||||
}
|
||||
}
|
||||
|
||||
public static Hcs.GostXades.CryptoProviderTypeEnum GetProviderType(this X509Certificate2 certificate)
|
||||
public static GostXades.CryptoProviderTypeEnum GetProviderType(this X509Certificate2 certificate)
|
||||
{
|
||||
return (Hcs.GostXades.CryptoProviderTypeEnum)GetProviderInfo(certificate).Item1;
|
||||
return (GostXades.CryptoProviderTypeEnum)GetProviderInfo(certificate).Item1;
|
||||
}
|
||||
|
||||
public static Tuple<int, string> GetProviderInfo(this X509Certificate2 certificate)
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using Hcs.GostXades;
|
||||
using GostXades;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.ServiceModel;
|
||||
|
||||
Reference in New Issue
Block a user