1 write to TestSecretsId
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (1)
UserJwtsTestFixture.cs (1)
66
TestSecretsId
= Guid.NewGuid().ToString("N");
11 references to TestSecretsId
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (11)
UserJwtsTestFixture.cs (4)
67
var prop = hasSecret ? $"<UserSecretsId>{
TestSecretsId
}</UserSecretsId>" : string.Empty;
70
Directory.CreateDirectory(Path.GetDirectoryName(PathHelper.GetSecretsPathFromSecretsId(
TestSecretsId
)));
94
var secretsDir = Path.GetDirectoryName(PathHelper.GetSecretsPathFromSecretsId(
TestSecretsId
));
95
TryDelete(
TestSecretsId
);
UserJwtsTests.cs (7)
75
var secrets = PathHelper.GetSecretsPathFromSecretsId(fixture.
TestSecretsId
);
284
var secretsFilePath = PathHelper.GetSecretsPathFromSecretsId(fixture.
TestSecretsId
);
506
var secretsFilePath = PathHelper.GetSecretsPathFromSecretsId(fixture.
TestSecretsId
);
533
var secretsFilePath = PathHelper.GetSecretsPathFromSecretsId(fixture.
TestSecretsId
);
578
var secretsFilePath = PathHelper.GetSecretsPathFromSecretsId(fixture.
TestSecretsId
);
599
var secretsFilePath = PathHelper.GetSecretsPathFromSecretsId(fixture.
TestSecretsId
);
621
var secretsFilePath = PathHelper.GetSecretsPathFromSecretsId(fixture.
TestSecretsId
);