Skip to content

Commit

Permalink
Merge pull request #3082 from MicrosoftDocs/user/pabrosse/dual-engine…
Browse files Browse the repository at this point in the history
…-laf

Update the the DualEngine API LAF notice
  • Loading branch information
captainbrosset authored Feb 28, 2024
2 parents d93e16e + e3e43f5 commit dcc4a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microsoft-edge/dualengine/concepts/adapter-dll.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To have Internet Explorer successfully load your DLL, do the following.
<!-- ====================================================================== -->
## Unlock the Limited Access Feature

The DualEngine API is a Limited Access Feature (LAF); that is, a feature that needs to be unlocked before it can be used. For more information, see [LimitedAccessFeatures Class](/uwp/api/windows.applicationmodel.limitedaccessfeatures).
The DualEngine API is a Limited Access Feature (LAF); that is, a feature that needs to be unlocked before it can be used. For more information about implementation, see [LimitedAccessFeatures Class](/uwp/api/windows.applicationmodel.limitedaccessfeatures). To request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).

The DualEngine API is not a typical LAF, in that `Windows.ApplicationModel.TryUnlockFeature` is not used to unlock the feature. This is because LAF typically uses the application identity of the calling process to grant access, and as a plugin DLL, this will always be Internet Explorer. Therefore, to unlock the API, you need to call [DualEngineSessionFactory::TryUnlockFeature](../reference/dualenginesessionfactory.md#tryunlockfeature).

Expand Down
2 changes: 1 addition & 1 deletion microsoft-edge/dualengine/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This article walks you through the steps to start using the DualEngine API.
<!-- ====================================================================== -->
## Step 1: Get access to the DualEngine Limited Access Feature

Access to the DualEngine API is controlled via a Limited Access Feature (LAF). To gain access to the feature, reach out to dualengineapiaccess@microsoft.com.
The DualEngine API is part of a Limited Access Feature. For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).

The DualEngine LAF is handled somewhat atypically; for details, see [Unlock the Limited Access Feature](concepts/adapter-dll.md#unlock-the-limited-access-feature) in _Creating a DualEngine adapter plugin DLL_.

Expand Down

0 comments on commit dcc4a03

Please sign in to comment.