2 types derived from SecretsStore
Microsoft.Extensions.SecretManager.Tools.Tests (2)
ListCommandTest.cs (1)
149private sealed class TestSecretsStore : SecretsStore
SetCommandTest.cs (1)
87private class TestSecretsStore : SecretsStore
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)
63context.Reporter.Output(JsonSerializer.Serialize(secrets, SecretsStore.SerializerOptions));
Program.cs (1)
88var store = new SecretsStore(userSecretsId, reporter);