Click or drag to resize
WritableLicenseinitializeFromXml Method
Initializes a WritableLicense from an XmlDocument

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
protected override bool initializeFromXml(
	XmlDocument xml
)

Parameters

xml
Type: System.XmlXmlDocument
The XmlDocument containing the license data

Return Value

Type: Boolean
Returns true if successful. If this is not successful, check the LastError property for details.
See Also