Show / Hide Table of Contents

Class AzureCertificateProvider

Inheritance
Object
AzureCertificateProvider
Namespace: Lacuna.Pki.AzureConnector
Assembly: Lacuna.Pki.AzureConnector.dll
Syntax
public class AzureCertificateProvider : object, IAzureCertificateProvider

Constructors

AzureCertificateProvider(AzureKeyVaultOptions, IAzureApiAuthenticator)

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

Methods

GetCertificateWithKeyAsync(String)

Declaration
public Task<PKCertificateWithKey> GetCertificateWithKeyAsync(string certificateName)
Parameters
Type Name Description
String certificateName
Returns
Type Description
Task<PKCertificateWithKey>
Implements
IAzureCertificateProvider.GetCertificateWithKeyAsync(String)
Back to top Copyright © 2015-2020 Lacuna Software