6 references to LicenseManager
System (6)
compmod\system\componentmodel\LicenseManager.cs (6)
71/// specifies when the licensed object can be used, for the <see cref='System.ComponentModel.LicenseManager.CurrentContext'/>.</para> 409return LicenseManager.CreateWithContext(type, licensecontext); 433if (!LicenseManager.ValidateInternalRecursive(LicenseManager.CurrentContext, 478if (LicenseManager.ValidateInternalRecursive(helperContext, type, null, false, out license, out licenseKey)) { 513this.savedLicenseContext = LicenseManager.CurrentContext;