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 |
Task |
Calls the specified REST endpoint, using OAuth to authenticate the specified access data.
static
|
GetSecretAsync |
Task |
Calls REST endpoint under
{vaultName}.vault.azure.net
to get a secret from the specified vault.
static
|