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>
409
return
LicenseManager
.CreateWithContext(type, licensecontext);
433
if (!
LicenseManager
.ValidateInternalRecursive(
LicenseManager
.CurrentContext,
478
if (
LicenseManager
.ValidateInternalRecursive(helperContext, type, null, false, out license, out licenseKey)) {
513
this.savedLicenseContext =
LicenseManager
.CurrentContext;