1 write to Password
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
59
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)
2020
Password = tlsCertificateConfiguration.
Password
,
2575
if (configuration.
Password
is not null)
2577
lookup += $"-{configuration.
Password
}";
2625
configuration.
Password
?? string.Empty,
2629
iterationCount: configuration.
Password
is null ? 1 : 100_000));
2632
if (configuration.
Password
is null)
2677
using var tempCert = new X509Certificate2(pfxCandidate, configuration.
Password
);
2694
pfxBytes = certificate.Export(X509ContentType.Pfx, configuration.
Password
);
Aspire.Hosting.Tests (1)
ResourceExecutionConfigurationGathererTests.cs (1)
422
Assert.NotNull(metadata.
Password
);