6 instantiations of RadiusConnectionSchema
Aspire.Hosting.Radius (6)
Publishing\RadiusBackingConnections.cs (6)
133private static readonly RadiusConnectionSchema s_daprNotProjected = new(
155new("host", "port", "username", new RadiusCredentialMode.ListSecrets("password")),
161new("server", "port", "username", new RadiusCredentialMode.ListSecrets("password")),
168new("host", "port", null, new RadiusCredentialMode.RecipeInputProperties()),
176new("host", "port", null, new RadiusCredentialMode.NoCredential(
185new("host", "port", null, new RadiusCredentialMode.SecretResourceReference("password", "password")),
7 references to RadiusConnectionSchema
Aspire.Hosting.Radius (7)