8 instantiations of RadiusSecuritySecretDataEntryConstruct
Aspire.Hosting.Radius (2)
Publishing\RadiusInfrastructureBuilder.cs (2)
2725var credentialEntry = new RadiusSecuritySecretDataEntryConstruct 3723secretEntry = new RadiusSecuritySecretDataEntryConstruct
Aspire.Hosting.Radius.Tests (6)
Publishing\ContainerSecretEnvironmentTests.cs (1)
408opts.SecuritySecrets[0].Data["extra-key"] = new RadiusSecuritySecretDataEntryConstruct
Publishing\PostCallbackSecretValidationTests.cs (5)
129orphan.Data["username"] = new RadiusSecuritySecretDataEntryConstruct 238orphan.Data["username"] = new RadiusSecuritySecretDataEntryConstruct { Value = "value" }; 255opts => opts.SecuritySecrets[0].Data["extra"] = new RadiusSecuritySecretDataEntryConstruct 365opts => opts.SecuritySecrets[0].Data["not a key"] = new RadiusSecuritySecretDataEntryConstruct 595secret.Data[key] = new RadiusSecuritySecretDataEntryConstruct
11 references to RadiusSecuritySecretDataEntryConstruct
Aspire.Hosting.Radius (11)
Publishing\Constructs\RadiusSecuritySecretConstruct.cs (3)
81private BicepDictionary<RadiusSecuritySecretDataEntryConstruct>? _data; 112public BicepDictionary<RadiusSecuritySecretDataEntryConstruct> Data 132_data = DefineDictionaryProperty<RadiusSecuritySecretDataEntryConstruct>(nameof(Data), ["properties", "data"]);
Publishing\RadiusInfrastructureBuilder.cs (8)
1556/// <see cref="RadiusSecuritySecretDataEntryConstruct.Value"/> for every entry, so every state 1597$"'{nameof(RadiusSecuritySecretDataEntryConstruct)}', or remove the entry. " + 1610$"entry '{key}' with no '{nameof(RadiusSecuritySecretDataEntryConstruct.Value)}'. The type " + 2725var credentialEntry = new RadiusSecuritySecretDataEntryConstruct 3713RadiusSecuritySecretDataEntryConstruct? secretEntry = null; 3935public RadiusSecuritySecretDataEntryConstruct? SecretEntry { get; set; } 3987RadiusSecuritySecretDataEntryConstruct Entry, 4012RadiusSecuritySecretDataEntryConstruct Entry,