Add migrated to .NET 8.0 variant of Hcs.Client
This commit is contained in:
13
Hcs.ClientNet/GostXades/CryptoProviderTypeEnum.cs
Normal file
13
Hcs.ClientNet/GostXades/CryptoProviderTypeEnum.cs
Normal file
@ -0,0 +1,13 @@
|
||||
namespace GostXades
|
||||
{
|
||||
/// <summary>
|
||||
/// Типы криптопровайдеров
|
||||
/// </summary>
|
||||
public enum CryptoProviderTypeEnum
|
||||
{
|
||||
CryptoPRO = GostCryptography.Base.ProviderType.CryptoPro,
|
||||
CryptoPro_2012_512 = GostCryptography.Base.ProviderType.CryptoPro_2012_512,
|
||||
CryptoPro_2012_1024 = GostCryptography.Base.ProviderType.CryptoPro_2012_1024,
|
||||
VipNET = GostCryptography.Base.ProviderType.VipNet
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user