G
Guest
Is it possible to implement feature based license validation using the
LicenseManager class provided by .Net framework.
The usage is LicenseManager.Validate(typeof(MyControl), this);
This would be at control level.
Is it possible to do something like LicenseManager.Validate(methodName,
typeof(MyControl));
So the custom LicenseProvider can validate if the user has licensed a
particular feature in the Control.
Thanks
LicenseManager class provided by .Net framework.
The usage is LicenseManager.Validate(typeof(MyControl), this);
This would be at control level.
Is it possible to do something like LicenseManager.Validate(methodName,
typeof(MyControl));
So the custom LicenseProvider can validate if the user has licensed a
particular feature in the Control.
Thanks