7 writes to Password
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
74Password = effectiveAnnotation.Password,
Aspire.Hosting.JavaScript.Tests (6)
AddViteAppTests.cs (6)
320Password = null, 380Password = null, 431Password = null, 487Password = password, 543Password = null, 618Password = null,
10 references to Password
Aspire.Hosting.JavaScript (2)
JavaScriptHostingExtensions.cs (2)
609if (ctx.Password is not null) 611ctx.EnvironmentVariables["TLS_CONFIG_PASSWORD"] = ctx.Password;
Aspire.Hosting.Keycloak (2)
KeycloakResourceBuilderExtensions.cs (2)
92if (ctx.Password is null) 101ctx.EnvironmentVariables["KC_HTTPS_KEY_STORE_PASSWORD"] = ctx.Password;
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
305if (ctx.Password is not null) 308ctx.Arguments.Add(ctx.Password);
Aspire.Hosting.Redis (2)
RedisBuilderExtensions.cs (2)
166if (ctx.Password is not null) 379if (ctx.Password != null)
Aspire.Hosting.Yarp (2)
YarpResourceExtensions.cs (2)
48if (ctx.Password is not null) 50ctx.EnvironmentVariables["Kestrel__Certificates__Default__Password"] = ctx.Password;