Interface IAgentEmbeddedLicensesConfigurationPhase
Allows one to control whether or not Licensed Code Execution should search for Embedded Licenses (for Execute only) that are embedded as part of the Code Protection process should no Stored License be available.
Namespace: Sp.Agent.Configuration
Assembly: Sp.Agent.dll
Methods
DisableEmbeddedLicenses()
Inhibits detection (and prevents usage) of any embedded licenses.
Declaration
IAgentCompletedConfigurationPhase DisableEmbeddedLicenses()
Returns
Type | Description |
---|---|
IAgentCompletedConfigurationPhase |
Remarks
May provide a minor performance benefit as Embedded Licenses are considered prior to consulting any Distributor.
WithEmbeddedLicensesAutoDetected()
Accept default behavior - check for embedded licenses and use them to execute [Feature]
(and/or [Feature("Execute")]
) Licensed Code if present.
Declaration
IAgentCompletedConfigurationPhase WithEmbeddedLicensesAutoDetected()
Returns
Type | Description |
---|---|
IAgentCompletedConfigurationPhase |