Show / Hide Table of Contents

Class AzureKeyProvider

Inheritance
Object
AzureKeyProvider
Namespace: Lacuna.Pki.AzureConnector
Assembly: Lacuna.Pki.AzureConnector.dll
Syntax
public class AzureKeyProvider : object, IAzureKeyProvider

Constructors

AzureKeyProvider(AzureKeyVaultOptions, IAzureApiAuthenticator)

Declaration
public AzureKeyProvider(AzureKeyVaultOptions options, IAzureApiAuthenticator azureApiAuthenticator = null)
Parameters
Type Name Description
AzureKeyVaultOptions options
IAzureApiAuthenticator azureApiAuthenticator

Methods

GetKeyAsync(String)

Declaration
public Task<AzureKey> GetKeyAsync(string keyName)
Parameters
Type Name Description
String keyName
Returns
Type Description
Task<AzureKey>
Implements
IAzureKeyProvider.GetKeyAsync(String)
Back to top Copyright © 2015-2020 Lacuna Software