7 references to UsePasswordAuthentication
Aspire.Hosting.Azure.PostgreSQL (7)
AzurePostgresExtensions.cs (1)
497
if (azureResource.
UsePasswordAuthentication
)
AzurePostgresFlexibleServerResource.cs (6)
127
UsePasswordAuthentication
&& UserNameParameter is not null ?
141
UsePasswordAuthentication
&& PasswordParameter is not null ?
154
UsePasswordAuthentication
&& PasswordParameter is not null ?
173
(
UsePasswordAuthentication
?
274
Debug.Assert(!
UsePasswordAuthentication
, "AddRoleAssignments should not be called when using UsePasswordAuthentication");
309
if (
UsePasswordAuthentication
&& PasswordParameter is not null)