2 overrides of Load
Microsoft.Extensions.SecretManager.Tools.Tests (2)
ListCommandTest.cs (1)
156
protected override IDictionary<string, string>
Load
(string userSecretsId)
SetCommandTest.cs (1)
94
protected override IDictionary<string, string>
Load
(string userSecretsId)
1 reference to Load
dotnet-user-secrets (1)
Internal\SecretsStore.cs (1)
42
_secrets =
Load
(userSecretsId);