8 references to WithPasswordAuthentication
Aspire.Hosting.Azure.PostgreSQL (1)
AzurePostgresExtensions.cs (1)
124/// You can use the <see cref="WithPasswordAuthentication"/> method to configure the resource to use password authentication.
Aspire.Hosting.Azure.Tests (4)
AzureContainerAppsTests.cs (1)
477var pgdb = builder.AddAzurePostgresFlexibleServer("pg").WithPasswordAuthentication().AddDatabase("db");
AzurePostgresExtensionsTests.cs (3)
142.WithPasswordAuthentication(userName, password); 306postgres.WithPasswordAuthentication(usr, pwd); 316postgres.WithPasswordAuthentication(usr, pwd);
BicepSample.AppHost (1)
Program.cs (1)
41.WithPasswordAuthentication(administratorLogin, administratorLoginPassword)
CdkSample.AppHost (1)
Program.cs (1)
47.WithPasswordAuthentication(pgsqlAdministratorLogin, pgsqlAdministratorLoginPassword)
WaitForSandbox.AppHost (1)
Program.cs (1)
7.WithPasswordAuthentication()