4 references to WithPasswordAuthentication
Aspire.Hosting.Azure.PostgreSQL (2)
AzurePostgresExtensions.cs (2)
121
/// You can use the <see cref="
WithPasswordAuthentication
(IResourceBuilder{AzurePostgresFlexibleServerResource}, IResourceBuilder{IAzureKeyVaultResource}, IResourceBuilder{ParameterResource}?, IResourceBuilder{ParameterResource}?)"/> method to configure the resource to use password authentication.
311
return builder.
WithPasswordAuthentication
(kv, userName, password);
Aspire.Hosting.Azure.Tests (2)
AzurePostgresExtensionsTests.cs (2)
91
postgres.
WithPasswordAuthentication
(keyVault, userName, password);
601
postgres.
WithPasswordAuthentication
(keyVault);