Files
DP44/Common/DTS.Common.Licensing/.svn/pristine/ea/ea1b472ef21f0ce12861a714d0aa276b915d08b4.svn-base

15 lines
299 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DTS.Common.Licensing
{
public class LicenseKey
{
public string KeyGuid { get; set; }
public string PublicKey { get; set; }
}
}