This commit is contained in:
2023-09-04 22:04:04 +03:00
parent b09af0c79f
commit 2106429d0a
4 changed files with 96 additions and 36 deletions

View File

@@ -1,12 +0,0 @@
namespace anbs_cp.Interfaces;
/// <summary>
/// Интерфейс ключа
/// </summary>
public interface IEncryptKey
{
/// <summary>
/// Ключ
/// </summary>
public byte[] Key { get; set; }
}