Exemple #1
0
 public override Task <string> GetSecretValue(string name)
 {
     return(_store.GetSecretValueAsync(name));
 }