1 type derived from License
System (1)
compmod\system\componentmodel\LicFileLicenseProvider.cs (1)
100private class LicFileLicense : License {
14 references to License
System (13)
compmod\system\componentmodel\LicenseManager.cs (11)
193License license; 208License license; 221/// specified instance of the type. This method creates a valid <see cref='System.ComponentModel.License'/>. </para> 223public static bool IsValid(Type type, object instance, out License license) { 255private static bool ValidateInternal(Type type, object instance, bool allowExceptions, out License license) { 271private static bool ValidateInternalRecursive(LicenseContext context, Type type, object instance, bool allowExceptions, out License license, out string licenseKey) { 334License lic; 350public static License Validate(Type type, object instance) { 351License lic; 423License license; 468License license;
compmod\system\componentmodel\LicenseProvider.cs (1)
27public abstract License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions);
compmod\system\componentmodel\LicFileLicenseProvider.cs (1)
51public override License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions) {
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
204 private License _license = null;