WritableLicenseinitializeFromXml Method |
Initializes a WritableLicense from an XmlDocument
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxprotected override bool initializeFromXml(
XmlDocument xml
)
Protected Overrides Function initializeFromXml (
xml As XmlDocument
) As Boolean
protected:
virtual bool initializeFromXml(
XmlDocument^ xml
) override
Parameters
- xml
- Type: System.XmlXmlDocument
The XmlDocument containing the license data
Return Value
Type:
BooleanReturns true if successful. If this is not successful, check the
LastError property for details.
See Also