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