ReadLicenseXml

Description

Reads the license XML fragment generated by the License Server, validates the signature of the XML fragment, and populates the ILicenseInfo object.

ILicenseInfo ReadLicenseXml(string licenseXml, string computerID, 
                            out string errorMessage)

Arguments

Return

Remarks

You must set the RsaPublicKey property before calling ReadLicenseFile.

Last updated