Skip to content
Docs Try Aspire

HttpsCertificateConfigurationCallbackAnnotation

Class sealed net8.0
📦 Aspire.Hosting v13.2.0
An annotation that indicates a resource wants to manage how it needs to be configured to use a specific TLS certificate pair.
namespace Aspire.Hosting.ApplicationModel;
public sealed class HttpsCertificateConfigurationCallbackAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}