9 references to Application
Aspire.Hosting.Radius (9)
Publishing\RadiusInfrastructureBuilder.cs (3)
593
if (store.Scope == RadiusSecretStoreScope.
Application
&& legacyAppConstruct is not null)
1928
|| s.Scope == RadiusSecretStoreScope.
Application
);
1955
if (store.Scope == RadiusSecretStoreScope.
Application
&& legacyAppConstruct is not null)
Publishing\SealedSecretApplyStep.cs (1)
202
.Where(s => s.Scope == RadiusSecretStoreScope.
Application
|| ReferenceEquals(s.OwningEnvironment, _environment))
Secrets\RadiusSecretStoreExtensions.cs (1)
64
var resource = new RadiusSecretStoreResource(name, type, RadiusSecretStoreScope.
Application
);
Secrets\RadiusSecretStoreValidation.cs (4)
75
.Where(static s => s.Scope == RadiusSecretStoreScope.
Application
)
202
if (store.Scope == RadiusSecretStoreScope.
Application
&&
329
if (store.Scope == RadiusSecretStoreScope.
Application
&&
355
if (store.Scope == RadiusSecretStoreScope.
Application
)