Interface IAzureCertificateProvider
Namespace: Lacuna.Pki.AzureConnector
Assembly: Lacuna.Pki.AzureConnector.dll
Syntax
public interface IAzureCertificateProvider
Methods
GetCertificateWithKeyAsync(String)
Declaration
Task<PKCertificateWithKey> GetCertificateWithKeyAsync(string certificateName)
Parameters
Type | Name | Description |
---|---|---|
String | certificateName |
Returns
Type | Description |
---|---|
Task<PKCertificateWithKey> |