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