Click or drag to resize

LicenseManagerSetLicenseFile Method

Update system license

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public bool SetLicenseFile(
	byte[] fileBytes
)

Parameters

fileBytes
Type: SystemByte
bytes of new license file

Return Value

Type: Boolean
Remarks
License will be updated only if it is valid and has not expired.
See Also