vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
267 stars 85 forks source link

Properly handle Azure certificates that do not have a key ID #222

Closed vcsjones closed 8 months ago

vcsjones commented 8 months ago

If the certificate in Azure Key Vault has no backing key, the KeyId will be null. Give a friendly error message instead of a null-ref.

Fix #207