Click or drag to resize
WritableLicenseLoad Method
Loads a License File from a String in memory.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public override bool Load(
	string data
)

Parameters

data
Type: SystemString
The License File data.

Return Value

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