AzureKeyVaultRestApiUtility Class
Shared REST routines for Azure BLOB Storage.
Namespace
Songhay
Base Types
  • object
graph BT Type-->Base0["object"] Type["AzureKeyVaultRestApiUtility"] class Type type-node

Syntax

public static class AzureKeyVaultRestApiUtility

Remarks

See “How To Access Azure Key Vault Secrets Through Rest API Using Postman” by Anupam Maiti [ https://www.c-sharpcorner.com/article/how-to-access-azure-key-vault-secrets-through-rest-api-using-postman/ ]

Methods

Name Return Value Summary
GetAccessTokenAsync(Uri?, Dictionary<string, string>?) Task<string>
Calls the specified REST endpoint, using OAuth to authenticate the specified access data.
static
GetSecretAsync(string, Uri) Task<string>
Calls REST endpoint under {vaultName}.vault.azure.net to get a secret from the specified vault.
static