HttpsCertificateConfigurationCallbackAnnotation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |