1 instantiation of SecretsStore
dotnet-user-secrets (1)
Program.cs (1)
88var store = new SecretsStore(userSecretsId, reporter);
4 references to SecretsStore
dotnet-user-secrets (4)
Internal\CommandContext.cs (2)
15SecretsStore store, 26public SecretsStore SecretStore { get; }
Internal\ListCommand.cs (1)
62context.Reporter.Output(SecretsStore.Serialize(secrets));
Program.cs (1)
88var store = new SecretsStore(userSecretsId, reporter);