A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class LicensedAppDomainDetection

Inheritance
System.Object
LicensedAppDomainDetection
Namespace: EPiServer.Licensing
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public class LicensedAppDomainDetection : Object

Constructors

LicensedAppDomainDetection()

Declaration
public LicensedAppDomainDetection()

Methods

RequiresLicense()

Declaration
public virtual bool RequiresLicense()
Returns
Type Description
System.Boolean

RequiresLicense(AppDomain, Process)

Declaration
public virtual bool RequiresLicense(AppDomain appDomain, Process process)
Parameters
Type Name Description
System.AppDomain appDomain
System.Diagnostics.Process process
Returns
Type Description
System.Boolean

Extension Methods