6 references to RadiusSecretStoreEncoding
Aspire.Hosting.Radius (5)
Secrets\RadiusSecretStoreExtensions.cs (2)
181RadiusSecretStoreEncoding? encoding = null) 420RadiusSecretStoreEncoding? encoding = null)
Secrets\RadiusSecretStoreType.cs (3)
71internal static string ToRadiusEncodingString(this RadiusSecretStoreEncoding encoding) => encoding switch 73RadiusSecretStoreEncoding.Raw => "raw", 74RadiusSecretStoreEncoding.Base64 => "base64",
Aspire.Hosting.Radius.Tests (1)
Secrets\SecretStoreValidationTests.cs (1)
217d.Add("tls.crt", crt, encoding: RadiusSecretStoreEncoding.Raw);