IKeyProvider Methods

Methods

CreateKeyAsync 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.
DeleteKeyAsync Deletes a key from Key Vault.
GetKeyAsync Gets the public part of a stored key

See Also