Gets a from its XML representation.

Namespace: SimpleMode.SecureLicenseManager.LicenseGenerator
Assembly: SimpleMode.SecureLicenseManager.LicenseGenerator (in SimpleMode.SecureLicenseManager.LicenseGenerator.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public static LicenseConfiguration FromXml(
	string licenseConfigurationXml
)
Visual Basic
Public Shared Function FromXml ( _
	licenseConfigurationXml As String _
) As LicenseConfiguration
Visual C++
public:
static LicenseConfiguration^ FromXml(
	String^ licenseConfigurationXml
)

Parameters

licenseConfigurationXml
Type: System..::..String
An existing XML representation of a

Return Value

A from an existing XML representation.

See Also