ironlicensing-dotnet/IMachineIdentifier.cs

9 lines
155 B
C#

namespace IronLicensing.Client;
public interface IMachineIdentifier
{
string GetMachineId();
string GetMachineName();
string GetPlatform();
}