DeployLX Software Protection System

DomainNameLimit..::..WriteToXml Method

Persists the Limit to the XML writer.

Syntax

Protected Overrides Function WriteToXml ( _
	writer As XmlWriter, _
	signing As LicenseSaveType _
) As Boolean
protected override bool WriteToXml(
	XmlWriter writer,
	LicenseSaveType signing
)

Parameters

writer
The writer to save to.
signing
Indicates if the license is being saved for signing and volatile data should be excluded.

Return Value

Returns true if the write was successful, otherwise false.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also