Reads the license xml fragment generated by the License Server, validates the signature of the xml fragment and populates the ILicenseInfo object.
You must set the RsaPublicKey property before calling ReadLicenseXml.
ILicenseInfo ReadLicenseXml(string licenseXml, string computerID, out string errorMessage)
Parameters
licenseXml - xml license fragment 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.