mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-16 14:39:28 +00:00
5 lines
93 B
C#
5 lines
93 B
C#
namespace System.Security.Hashing;
|
|
public interface IHMACSha256Service : IHMACService
|
|
{
|
|
}
|