23 references to GetCertificatePath
Microsoft.AspNetCore.Server.Kestrel.Tests (23)
KestrelConfigurationLoaderTests.cs (23)
277
var path =
GetCertificatePath
();
302
if (File.Exists(
GetCertificatePath
()))
304
File.Delete(
GetCertificatePath
());
318
var devCertPath =
GetCertificatePath
();
384
if (File.Exists(
GetCertificatePath
()))
386
File.Delete(
GetCertificatePath
());
445
var path =
GetCertificatePath
();
477
if (File.Exists(
GetCertificatePath
()))
479
File.Delete(
GetCertificatePath
());
493
var path =
GetCertificatePath
();
527
if (File.Exists(
GetCertificatePath
()))
529
File.Delete(
GetCertificatePath
());
542
var path =
GetCertificatePath
();
580
if (File.Exists(
GetCertificatePath
()))
582
File.Delete(
GetCertificatePath
());
984
var path =
GetCertificatePath
();
1001
if (File.Exists(
GetCertificatePath
()))
1003
File.Delete(
GetCertificatePath
());
1014
if (File.Exists(
GetCertificatePath
()))
1016
File.Delete(
GetCertificatePath
());
1032
if (File.Exists(
GetCertificatePath
()))
1034
File.Delete(
GetCertificatePath
());
1127
var certificatePath =
GetCertificatePath
();