23 references to GetCertificatePath
Microsoft.AspNetCore.Server.Kestrel.Tests (23)
KestrelConfigurationLoaderTests.cs (23)
251
var path =
GetCertificatePath
();
276
if (File.Exists(
GetCertificatePath
()))
278
File.Delete(
GetCertificatePath
());
292
var devCertPath =
GetCertificatePath
();
358
if (File.Exists(
GetCertificatePath
()))
360
File.Delete(
GetCertificatePath
());
418
var path =
GetCertificatePath
();
450
if (File.Exists(
GetCertificatePath
()))
452
File.Delete(
GetCertificatePath
());
465
var path =
GetCertificatePath
();
499
if (File.Exists(
GetCertificatePath
()))
501
File.Delete(
GetCertificatePath
());
514
var path =
GetCertificatePath
();
552
if (File.Exists(
GetCertificatePath
()))
554
File.Delete(
GetCertificatePath
());
708
var path =
GetCertificatePath
();
725
if (File.Exists(
GetCertificatePath
()))
727
File.Delete(
GetCertificatePath
());
738
if (File.Exists(
GetCertificatePath
()))
740
File.Delete(
GetCertificatePath
());
756
if (File.Exists(
GetCertificatePath
()))
758
File.Delete(
GetCertificatePath
());
851
var certificatePath =
GetCertificatePath
();