5 references to SecretText
Aspire.Hosting (2)
Dashboard\DashboardService.cs (1)
200Aspire.Hosting.InputType.SecretText => Aspire.DashboardService.Proto.V1.InputType.SecretText,
Orchestrator\ParameterProcessor.cs (1)
150InputType = parameter.Secret ? InputType.SecretText : InputType.Text,
Aspire.Hosting.Tests (1)
Orchestrator\ParameterProcessorTests.cs (1)
218Assert.Equal(InputType.SecretText, input.InputType);
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
121InputType = InputType.SecretText,
Stress.AppHost (1)
InteractionCommands.cs (1)
131new InteractionInput { InputType = InputType.SecretText, Label = "Password", Placeholder = "Enter password", Required = true },