23 references to GetCertificatePath
Microsoft.AspNetCore.Server.Kestrel.Tests (23)
KestrelConfigurationLoaderTests.cs (23)
278
var path =
GetCertificatePath
();
303
if (File.Exists(
GetCertificatePath
()))
305
File.Delete(
GetCertificatePath
());
319
var devCertPath =
GetCertificatePath
();
385
if (File.Exists(
GetCertificatePath
()))
387
File.Delete(
GetCertificatePath
());
445
var path =
GetCertificatePath
();
477
if (File.Exists(
GetCertificatePath
()))
479
File.Delete(
GetCertificatePath
());
492
var path =
GetCertificatePath
();
526
if (File.Exists(
GetCertificatePath
()))
528
File.Delete(
GetCertificatePath
());
541
var path =
GetCertificatePath
();
579
if (File.Exists(
GetCertificatePath
()))
581
File.Delete(
GetCertificatePath
());
735
var path =
GetCertificatePath
();
752
if (File.Exists(
GetCertificatePath
()))
754
File.Delete(
GetCertificatePath
());
765
if (File.Exists(
GetCertificatePath
()))
767
File.Delete(
GetCertificatePath
());
783
if (File.Exists(
GetCertificatePath
()))
785
File.Delete(
GetCertificatePath
());
878
var certificatePath =
GetCertificatePath
();