Click or drag to resize

LicenseManagerIsLicenseValid Method

Check if the given license is valid

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public bool IsLicenseValid(
	LicenseInformationEx li,
	out string message
)

Parameters

li
Type: LicenseInformationEx
message
Type: SystemString

Return Value

Type: Boolean
See Also