mirror of
https://github.com/junian/Standard.Licensing.git
synced 2026-04-25 13:55:53 +03:00
[GH-ISSUE #9] How to use in license server that package? #8
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Standard.Licensing#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mesutdede on GitHub (Nov 4, 2019).
Original GitHub issue: https://github.com/junian/Standard.Licensing/issues/9
Hi!
I have a windows service that I want to license on the remote server. For example, I will give my client license key for 2 servers. Cannot install on 3rd server. Can I perform this editing with this package? Why?
@lastlink commented on GitHub (Nov 4, 2019):
see my comment in https://github.com/junian/Standard.Licensing/issues/8#issuecomment-527931051
@mesutdede commented on GitHub (Nov 4, 2019):
Hi @lastlink ,
Can you share sample code
@lastlink commented on GitHub (Nov 4, 2019):
You'd have to as part of your license verification check against a device id. standard licensing just validates that the license works and pulls out attributes. To lock to a machine you'll have to write your own logic to compare against a device id.
@mesutdede commented on GitHub (Nov 4, 2019):
Ok. Thank you so much.