2 references to TlsEnabled
Aspire.Hosting (1)
ApplicationModel\EndpointReference.cs (1)
337EndpointProperty.TlsEnabled => Endpoint.TlsEnabled ? bool.TrueString : bool.FalseString,
Aspire.Hosting.Redis (1)
RedisResource.cs (1)
77public bool TlsEnabled => PrimaryEndpoint.TlsEnabled;