File Search Library
CheckLicense Method



KellermanSoftware.FileSearchLibrary Namespace > LicenseChecker Class : CheckLicense Method
The variables below are specific to the licensing component
Syntax
'Declaration
 
Public Shared Function CheckLicense( _
   ByVal userName As String, _
   ByVal licenseKey As String _
) As Boolean
'Usage
 
Dim userName As String
Dim licenseKey As String
Dim value As Boolean
 
value = LicenseChecker.CheckLicense(userName, licenseKey)
public static bool CheckLicense( 
   string userName,
   string licenseKey
)
public:
static bool CheckLicense( 
   String^ userName,
   String^ licenseKey
) 

Parameters

userName
licenseKey
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LicenseChecker Class
LicenseChecker Members