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