ISecretStore public interface ISecretStore Documentation void Delete(string path) Task DeleteAsync(string path) Secret Get(string path) Task<Secret> GetAsync(string path) List<string> List(string path) Task<List<string>> ListAsync(string path) void Set(string path, Secret secret) Task SetAsync(string path, Secret secret)