6 lines
102 B
C#

namespace DigitalData.Core.Abstractions.Security
{
public interface ICryptFactory
{
}
}