Class AzureKeyProvider
Inheritance
AzureKeyProvider
Assembly: Lacuna.Pki.AzureConnector.dll
Syntax
public class AzureKeyProvider : object, IAzureKeyProvider
Constructors
AzureKeyProvider(AzureKeyVaultOptions, IAzureApiAuthenticator)
Declaration
public AzureKeyProvider(AzureKeyVaultOptions options, IAzureApiAuthenticator azureApiAuthenticator = null)
Parameters
Methods
GetKeyAsync(String)
Declaration
public Task<AzureKey> GetKeyAsync(string keyName)
Parameters
Type |
Name |
Description |
String |
keyName |
|
Returns
Implements