20230904
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
namespace anbs_cp.Interfaces;
|
||||
|
||||
/// <summary>
|
||||
/// Интерфейс ключа
|
||||
/// </summary>
|
||||
public interface IEncryptKey
|
||||
{
|
||||
/// <summary>
|
||||
/// Ключ
|
||||
/// </summary>
|
||||
public byte[] Key { get; set; }
|
||||
}
|
Reference in New Issue
Block a user