6 lines
99 B
C#
6 lines
99 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public interface IKeyGenerator
|
|
{
|
|
byte[] Generate(int size);
|
|
} |