Skip to content

Commit 264e313

Browse files
authored
Merge pull request #5296 from MicrosoftDocs/drewbat/copilot-key-cert
Adding info about cert requirement
2 parents f3ea1e2 + b976db9 commit 264e313

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

hub/apps/develop/windows-integration/copilot-key-state.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,3 +266,6 @@ private LRESULT WindowSubClass(HWND hWnd, uint uMsg, WPARAM wParam, LPARAM lPara
266266
}
267267
```
268268

269+
## Sign your Windows Copilot hardware key provider.
270+
271+
Provider apps must be signed in order to be enabled as a target of the Microsoft Copilot hardware key. For information on packaging and signing your app, see [Package a desktop or UWP app in Visual Studio](https://learn.microsoft.com/en-us/windows/msix/package/packaging-uwp-apps).

hub/apps/develop/windows-integration/microsoft-copliot-key-provider.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ The following table *uap3:AppExtension* describes the attributes of the **uap3:A
5353
| DisplayName | The app name displayed in the Windows Copilot hardware button picker UI. | Yes |
5454
| Description | The app description displayed in the Windows Copilot hardware button picker UI. | Yes |
5555
| PublicFolder| The folder that the instance declares as the location where a host can have read access to files through a broker. | Yes |
56+
57+
58+
## Sign your Windows Copilot hardware key provider.
59+
60+
Provider apps must be signed in order to be enabled as a target of the Microsoft Copilot hardware key. For information on packaging and signing your app, see [Package a desktop or UWP app in Visual Studio](https://learn.microsoft.com/en-us/windows/msix/package/packaging-uwp-apps).

0 commit comments

Comments
 (0)