Exemplo n.º 1
0
 public Task EnsureKeyAsync(string name, SecretManifest.Key config)
 {
     return(_that.EnsureKeyAsync(_parameters, name, config));
 }
Exemplo n.º 2
0
 public abstract Task EnsureKeyAsync(IDictionary <string, object> parameters, string name, SecretManifest.Key config);