ayende / rhino-licensing

A software licensing framework
http://ayende.com
BSD 3-Clause "New" or "Revised" License
336 stars 167 forks source link

add ability to validate a license from a string rather than having to save it to a file #20

Closed foxyfoxza closed 8 years ago

foxyfoxza commented 8 years ago

Allow loading a license as a string that may have been saved in a database rather than as an xml file.

ayende commented 8 years ago

What does this gives that this doesn't? https://github.com/ayende/rhino-licensing/blob/master/Rhino.Licensing/StringLicenseValidator.cs

foxyfoxza commented 8 years ago

sorry - probably nothing - hadn't seen the StringLicenseValidator thanks