azure key vault implementation in MAUI

Vinothkumar Swaminathan 20 Reputation points
2024-04-05T11:55:57.6466667+00:00

How to retrieve self signed certificate from Azure key vault and use that certificate for packaging MAUI app

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,117 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,881 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshu katara 4,825 Reputation points
    2024-04-05T13:16:28.7833333+00:00

    Hi Vinoth, Greetings of the day!

    Please check this doc for complete step by step process for retrieving certificate from KV

    https://learn.microsoft.com/en-us/azure/key-vault/certificates/quick-create-portal

    And here you can find the steps to use that certificate for packaging

    https://learn.microsoft.com/en-us/dotnet/maui/windows/deployment/publish-cli?view=net-maui-8.0

    Kindly check , accept the answer , if it helps , Thanks!