DeveloperLicenseiValidateDeveloperLicense Method |
Validates LicenseXML property content. Use this to check if you supplied valid license.
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntaxpublic bool iValidateDeveloperLicense()
Public Function iValidateDeveloperLicense As Boolean
public:
bool iValidateDeveloperLicense()
member iValidateDeveloperLicense : unit -> bool
Return Value
Type:
BooleanTrue or false
RemarksYou don't have to create instance of DeveloperLicense object. This is here to provide support for non .NET applications using COM model, which does not support static class members.
See Also