Reads the license file generated by the License Server, validates the signature of the license file and populates the ILicenseInfo object.
You must set the RsaPublicKey property before calling ReadLicenseFile.
ILicenseInfo ReadLicenseFile(string licenseFile, string computerID, out string errorMessage)
Parameters
licenseFile - path to the license file generated by the license server.
computerID - ID of the copmuter where the license is being valided.
errorMessage - an error message if the operation failed.
Return
A fully populated ILicenseInfo object.
Comments
0 comments
Please sign in to leave a comment.