Determines if the key retrieved by the GetLicense method is valid for the specified type. Format of the license key: "{Full.Type.Name} is a licensed component. PrivateKey={KEY}"
Syntax
Visual Basic (Declaration) |
|
Protected Overridable Function IsKeyValid( _
ByVal key As String, _
ByVal type As Type _
) As Boolean |
Parameters
- key
-
- type
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also