Click or drag to resize

LicenseManagerIsEasyLicenseValid Method

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public bool IsEasyLicenseValid(
	byte[] licenseData,
	out EasyLicenseDetails details,
	out string message
)

Parameters

licenseData
Type: SystemByte
details
Type: FileHold.UserRoleManagerEasyLicenseDetails
message
Type: SystemString

Return Value

Type: Boolean
See Also