ISecretManager Interface

Definition

Interface to manage secrets during install.

public interface ISecretManager
type ISecretManager = interface
Public Interface ISecretManager
Derived

Methods

GetSecretAsync(String, String)

Gets a secret.

SetSecretAsync(String, String, String)

Sets a secret in the specified vault.

Applies to