Skip to content
Docs Try Aspire

HttpsCertificateConfigurationCallbackAnnotation

Class sealed net10.0
📦 Aspire.Hosting v13.1.2
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
{
// ...
}