Esempio n. 1
0
 public void Delete(string key)
 {
     if (!_sman.Delete(key))
     {
         throw new ExitCodeException(1, $"Key \"{key}\" not found in secrets store!");
     }
 }