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

7 lines
128 B
C#

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