示例#1
0
 public KeyVault(KeyVaultOptions options, IProxyService proxyService, ILogService log)
 {
     _options      = options;
     _proxyService = proxyService;
     _log          = log;
 }