public MachineLocationAwareSecretsDirectoryPathProvider(
     IExecutableFileDirectoryPathProvider executableFileDirectoryPathProvider,
     IMachineLocationProvider machineLocationProvider,
     IRivetOrganizationSecretsDirectoryPathProvider rivetOrganizationSecretsDirectoryPathProvider)
 {
     this.ExecutableFileDirectoryPathProvider           = executableFileDirectoryPathProvider;
     this.MachineLocationProvider                       = machineLocationProvider;
     this.RivetOrganizationSecretsDirectoryPathProvider = rivetOrganizationSecretsDirectoryPathProvider;
 }
Exemple #2
0
 public SecretsDirectoryPathProvider(
     IExecutableDirectoryPathProvider executableDirectoryPathProvider,
     IMachineLocationProvider machineLocationProvider,
     IOrganizationDataSecretsDirectoryPathProvider organizationDataSecretsDirectoryPathProvider)
 {
     this.ExecutableDirectoryPathProvider = executableDirectoryPathProvider;
     this.MachineLocationProvider         = machineLocationProvider;
     this.OrganizationDataSecretsDirectoryPathProvider = organizationDataSecretsDirectoryPathProvider;
 }