IKey |
public interface IKeyProvider
The IKeyProvider type exposes the following members.
Name | Description | |
---|---|---|
KeyVaultUrl | The URL of the Azure Key Vault to use | |
ThrowOnFailure | If true, exceptions thrown during the normal course of operations will be re-thrown |
Name | Description | |
---|---|---|
CreateKey | Creates and stores a new key in Key Vault. The create key operation can be used to create any key type in Azure Key Vault. If the named key already exists, Azure Key Vault creates a new version of the key. This operation requires the keys/create permission. | |
DeleteKey | Deletes a key from Key Vault. | |
GetKey | Gets the public part of a stored key |