1 write to _serverCertificate
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
338
_serverCertificate
= new X509Certificate2(data);
1 reference to _serverCertificate
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
319
public X509Certificate2? GetServerCertificate() =>
_serverCertificate
;