1 write to CertificatePassword
Templates.Blazor.Tests (1)
src\ProjectTemplates\Shared\DevelopmentCertificate.cs (1)
15CertificatePassword = certificatePassword;
2 references to CertificatePassword
Templates.Blazor.Tests (2)
BlazorWasmTemplateTest.cs (1)
399var args = $"-S --pfx \"{developmentCertificate.CertificatePath}\" --pfx-pwd \"{developmentCertificate.CertificatePassword}\" --port 0";
src\ProjectTemplates\Shared\AspNetProcess.cs (1)
88["ASPNETCORE_Kestrel__Certificates__Default__Password"] = _developmentCertificate.CertificatePassword,