1 type derived from SecretsStore
Microsoft.Extensions.SecretManager.Tools.Tests (1)
SetCommandTest.cs (1)
87private class TestSecretsStore : SecretsStore
1 instantiation of SecretsStore
dotnet-user-secrets (1)
Program.cs (1)
88var store = new SecretsStore(userSecretsId, reporter);
3 references to SecretsStore
dotnet-user-secrets (3)
Internal\CommandContext.cs (2)
15SecretsStore store, 26public SecretsStore SecretStore { get; }
Program.cs (1)
88var store = new SecretsStore(userSecretsId, reporter);