HttpsCertificateConfigurationCallbackAnnotation Class

Definition

An annotation that indicates a resource wants to manage how it needs to be configured to use a specific TLS certificate pair.

public sealed class HttpsCertificateConfigurationCallbackAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type HttpsCertificateConfigurationCallbackAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class HttpsCertificateConfigurationCallbackAnnotation
Implements IResourceAnnotation
Inheritance
HttpsCertificateConfigurationCallbackAnnotation
Implements

Constructors

Name Description
HttpsCertificateConfigurationCallbackAnnotation(Func<HttpsCertificateConfigurationCallbackAnnotationContext,Task>)

An annotation that indicates a resource wants to manage how it needs to be configured to use a specific TLS certificate pair.

Properties

Name Description
Callback

Gets the callback to invoke to configure the resource to use a specific TLS certificate key pair for HTTPS endpoints.

Applies to