Add migrated to .NET 8.0 variant of Hcs.Client
This commit is contained in:
18
Hcs.ClientNet/GostCryptography/Base/IGostAlgorithm.cs
Normal file
18
Hcs.ClientNet/GostCryptography/Base/IGostAlgorithm.cs
Normal file
@ -0,0 +1,18 @@
|
||||
namespace GostCryptography.Base
|
||||
{
|
||||
/// <summary>
|
||||
/// Алгоритм ГОСТ
|
||||
/// </summary>
|
||||
public interface IGostAlgorithm
|
||||
{
|
||||
/// <summary>
|
||||
/// Тип криптографического провайдера
|
||||
/// </summary>
|
||||
ProviderType ProviderType { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Наименование криптографического алгоритма
|
||||
/// </summary>
|
||||
string AlgorithmName { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user