Interface IAzureKeyProvider
Namespace: Lacuna.Pki.AzureConnector
Assembly: Lacuna.Pki.AzureConnector.dll
Syntax
public interface IAzureKeyProvider
Methods
GetKeyAsync(String)
Declaration
Task<AzureKey> GetKeyAsync(string keyName)
Parameters
Type | Name | Description |
---|---|---|
String | keyName |
Returns
Type | Description |
---|---|
Task<AzureKey> |