2 references to Instance
RepoTasks (2)
shared\CertificateGeneration\DevelopmentCertificate.cs (1)
38
var manager = CertificateManager.
Instance
;
src\Shared\CertificateGeneration\CertificateManager.cs (1)
923
$"{c.Thumbprint} - {c.Subject} - Valid from {c.NotBefore:u} to {c.NotAfter:u} - IsHttpsDevelopmentCertificate: {IsHttpsDevelopmentCertificate(c).ToString().ToLowerInvariant()} - IsExportable: {
Instance
.IsExportable(c).ToString().ToLowerInvariant()}";