Skip to content
DocsTry Aspire
DocsTry

HttpsCertificateConfigurationCallbackAnnotation Properties

ClassProperties1 member
An annotation that indicates a resource wants to manage how it needs to be configured to use a specific TLS certificate pair.
CallbackSection titled CallbackFunc<HttpsCertificateConfigurationCallbackAnnotationContext, Task>
Gets the callback to invoke to configure the resource to use a specific TLS certificate key pair for HTTPS endpoints.
public Func<HttpsCertificateConfigurationCallbackAnnotationContext, Task> Callback { get; }