Skip to content

Instantly share code, notes, and snippets.

@HowardvanRooijen
Created February 26, 2015 22:50
Show Gist options
  • Save HowardvanRooijen/c763fc7d7ff686152008 to your computer and use it in GitHub Desktop.
Save HowardvanRooijen/c763fc7d7ff686152008 to your computer and use it in GitHub Desktop.
var licenseCriteria = new LicenseCriteria
{
ExpirationDate = DateTimeOffset.UtcNow.LastDayOfMonth().EndOfDay(),
IssueDate = DateTimeOffset.UtcNow,
Id = Guid.NewGuid(),
MetaData = new Dictionary<string, string> { { "LicensedCores", "2" } },
Type = "Subscription"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment