Click or drag to resize
WritableLicenseGetWritableLicenseFile Method
Creates a writable License File.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public virtual bool GetWritableLicenseFile(
	ref string lfContent
)

Parameters

lfContent
Type: SystemString
The contents of the writable License File.

Return Value

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