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
());
444
var path =
GetCertificatePath
();
476
if (File.Exists(
GetCertificatePath
()))
478
File.Delete(
GetCertificatePath
());
491
var path =
GetCertificatePath
();
525
if (File.Exists(
GetCertificatePath
()))
527
File.Delete(
GetCertificatePath
());
540
var path =
GetCertificatePath
();
578
if (File.Exists(
GetCertificatePath
()))
580
File.Delete(
GetCertificatePath
());
982
var path =
GetCertificatePath
();
999
if (File.Exists(
GetCertificatePath
()))
1001
File.Delete(
GetCertificatePath
());
1012
if (File.Exists(
GetCertificatePath
()))
1014
File.Delete(
GetCertificatePath
());
1030
if (File.Exists(
GetCertificatePath
()))
1032
File.Delete(
GetCertificatePath
());
1125
var certificatePath =
GetCertificatePath
();