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
());
983
var path =
GetCertificatePath
();
1000
if (File.Exists(
GetCertificatePath
()))
1002
File.Delete(
GetCertificatePath
());
1013
if (File.Exists(
GetCertificatePath
()))
1015
File.Delete(
GetCertificatePath
());
1031
if (File.Exists(
GetCertificatePath
()))
1033
File.Delete(
GetCertificatePath
());
1126
var certificatePath =
GetCertificatePath
();