HttpsCertificateConfigurationCallbackAnnotation
Classsealednet10.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{ // ...}Constructors1
Section titled Constructors An annotation that indicates a resource wants to manage how it needs to be configured to use a specific TLS certificate pair.
Properties1
Section titled PropertiesCallbackgetFunc<HttpsCertificateConfigurationCallbackAnnotationContext, Task> Gets the callback to invoke to configure the resource to use a specific TLS certificate key pair for HTTPS endpoints.