Dundas.SharePoint.Charting.WebParts Send comments on this topic.
IsKeyValid Method
See Also 
Dundas.Charting.WebControl Namespace > ChartLicenseProvider Class : IsKeyValid Method


key
type
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
Visual Basic (Usage) Copy Code
Dim instance As ChartLicenseProvider
Dim key As String
Dim type As Type
Dim value As Boolean
 
value = instance.IsKeyValid(key, type)
C#  
protected virtual bool IsKeyValid( 
   string key,
   Type type
)

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