1 write to TestSecretsId
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (1)
UserJwtsTestFixture.cs (1)
66TestSecretsId = Guid.NewGuid().ToString("N");
4 references to TestSecretsId
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (4)
UserJwtsTestFixture.cs (4)
67var prop = hasSecret ? $"<UserSecretsId>{TestSecretsId}</UserSecretsId>" : string.Empty; 70Directory.CreateDirectory(Path.GetDirectoryName(PathHelper.GetSecretsPathFromSecretsId(TestSecretsId))); 90var secretsDir = Path.GetDirectoryName(PathHelper.GetSecretsPathFromSecretsId(TestSecretsId)); 91TryDelete(TestSecretsId);