Read Secret from Azure Key Vault using SecretClient class – Console App C#
Views (375)
Azure Key Vault can save 3 different types of information. Keys – Encryption keys (asymmetric – public/private), can be created in Key Vault or imported, stored in software or HSD Secrets – unstructured text, can be created or imported, stored in the software. Certificates – can be created or imported, contains 3 part – cert … Continue reading "Read Secret from Azure Key Vault using SecretClient class – Console App C#"
This was originally posted here.

Like
Report
*This post is locked for comments