3 references to SealedSecretManifests
Aspire.Hosting.Radius (3)
Publishing\RadiusBicepPublishingContext.cs (1)
179
foreach (var (storeName, manifest) in options.
SealedSecretManifests
)
Publishing\RadiusInfrastructureBuilder.cs (2)
2148
if (!options.
SealedSecretManifests
.TryGetValue(store.Name, out var manifest))
2151
options.
SealedSecretManifests
[store.Name] = manifest;