10 references to Certificate
Aspire.Hosting.Radius (5)
Secrets\RadiusSecretStoreType.cs (5)
63RadiusSecretStoreType.Certificate => "certificate", 81RadiusSecretStoreType.Certificate => ["tls.crt", "tls.key"], 90/// <see cref="RadiusSecretStoreType.Certificate"/> (Radius enforces it), <c>raw</c> otherwise. 93type == RadiusSecretStoreType.Certificate ? "base64" : "raw"; 107if (type == RadiusSecretStoreType.Certificate)
Aspire.Hosting.Radius.Tests (5)
Publishing\ExistingSecretStoreBicepTests.cs (2)
35env.WithSecretStore("tls-cert", RadiusSecretStoreType.Certificate, s => 51env.WithSecretStore("tls-cert", RadiusSecretStoreType.Certificate, s =>
Publishing\InlineSecretStoreBicepTests.cs (1)
59env.WithSecretStore("tls", RadiusSecretStoreType.Certificate, s =>
Secrets\SecretStoreValidationTests.cs (2)
145b.AddRadiusSecretStore("tls", RadiusSecretStoreType.Certificate) 214b.AddRadiusSecretStore("tls", RadiusSecretStoreType.Certificate)