1 write to Password
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
60
Password
= effectiveAnnotation.Password is not null ? await effectiveAnnotation.Password.GetValueAsync(cancellationToken).ConfigureAwait(false) : null,
9 references to Password
Aspire.Hosting (8)
Dcp\DcpExecutor.cs (8)
2093
Password = tlsCertificateConfiguration.
Password
,
2648
if (configuration.
Password
is not null)
2650
lookup += $"-{configuration.
Password
}";
2698
configuration.
Password
?? string.Empty,
2702
iterationCount: configuration.
Password
is null ? 1 : 100_000));
2705
if (configuration.
Password
is null)
2750
using var tempCert = new X509Certificate2(pfxCandidate, configuration.
Password
);
2767
pfxBytes = certificate.Export(X509ContentType.Pfx, configuration.
Password
);
Aspire.Hosting.Tests (1)
ExecutionConfigurationGathererTests.cs (1)
422
Assert.NotNull(metadata.
Password
);