Click or drag to resize
WritableLicenseWriteAliasToLicenseFile Method
Overwrites a License File with an alias

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public bool WriteAliasToLicenseFile(
	LicenseAlias alias,
	string path
)

Parameters

alias
Type: com.softwarekey.Client.LicensingLicenseAlias
The LicenseAlias object that will overwrite the License File
path
Type: SystemString
The absolute path of the License File

Return Value

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