-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Associated Microsoft doc. issue: MicrosoftDocs/winrt-api#2288
The current C++ & C# samples projects are only able to utilize client certificates stored in the Current User\Personal store. This is fine for end-user authentication purposes, but not so good for machine/computer authentication.
Task: Figure out how to use client certificates stored in the Local Computer\Personal store as already done by Intune:

Associated doc:
- https://learn.microsoft.com/en-us/uwp/api/windows.security.cryptography.certificates.certificatestores.findallasync
- UWP CertificateQuery.StoreName: https://learn.microsoft.com/en-us/uwp/api/windows.security.cryptography.certificates.certificatequery.storename
- https://learn.microsoft.com/en-us/uwp/api/windows.security.cryptography.certificates.certificatestores.getstorebyname
- https://learn.microsoft.com/en-us/uwp/api/windows.security.cryptography.certificates.standardcertificatestorenames?view=winrt-22621
- https://learn.microsoft.com/en-us/windows-hardware/drivers/install/local-machine-and-current-user-certificate-stores
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request