Azure Key Vault support for Classic ASP

Mahesh Mahadevaiah 1 Reputation point
2020-12-01T09:42:05.447+00:00

Do you have any SDK/Library of Azure Key Vault for Classic ASP?
Do you have any samples of Classic ASP accessing Azure Key Vault via REST endpoints.?

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,194 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Matthew Small 11 Reputation points Microsoft Employee
    2020-12-08T16:47:07.65+00:00

    There are no Classic ASP libraries for Key Vault. You will need to use REST requests to achieve your goals.

    1 person found this answer helpful.
    0 comments No comments

  2. Mahesh Mahadevaiah 1 Reputation point
    2020-12-07T07:01:44.887+00:00

    @JamesTrans-MSFT, Thank you for your feedback.
    As per Azure Key Vault Developer's Guide, we could not find any support to Classic ASP.
    Regarding 3rd party link its referring to Classic ASP.Net not Classic ASP.

    Kindly let us know if you have any samples regarding Classic ASP access Azure Key Vault.


  3. JamesTran-MSFT 36,541 Reputation points Microsoft Employee
    2020-12-08T16:52:45.413+00:00

    @Mahesh Mahadevaiah
    Unfortunately, we don't have anything specific for Classic ASP/SDK or REST API.

    The oldest libraries we have are here (v3) for .NET.
    https://learn.microsoft.com/en-us/dotnet/api/overview/azure/key-vault

    Thank you for your time and patience throughout this issue!

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    0 comments No comments