Files
SystemExtensions/SystemExtensions.NetStandard.Security/Hashing/ISha1HashingService.cs
T

7 lines
129 B
C#

using System.Security.Hashing;
namespace System.Security.Hashing;
public interface ISha1HashingService : IHashingService
{
}