Skip to content
Docs Try Aspire

HttpsCertificateConfigurationCallbackAnnotation Properties

Class Properties 1 member
An annotation that indicates a resource wants to manage how it needs to be configured to use a specific TLS certificate pair.
Callback Section titled Callback Func<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; }