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)
2048
Password = tlsCertificateConfiguration.
Password
,
2603
if (configuration.
Password
is not null)
2605
lookup += $"-{configuration.
Password
}";
2653
configuration.
Password
?? string.Empty,
2657
iterationCount: configuration.
Password
is null ? 1 : 100_000));
2660
if (configuration.
Password
is null)
2705
using var tempCert = new X509Certificate2(pfxCandidate, configuration.
Password
);
2722
pfxBytes = certificate.Export(X509ContentType.Pfx, configuration.
Password
);
Aspire.Hosting.Tests (1)
ExecutionConfigurationGathererTests.cs (1)
422
Assert.NotNull(metadata.
Password
);