HttpsCertificateConfigurationCallbackAnnotation Constructor
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 HttpsCertificateConfigurationCallbackAnnotation(Func<Aspire.Hosting.ApplicationModel.HttpsCertificateConfigurationCallbackAnnotationContext,System.Threading.Tasks.Task> callback);
new Aspire.Hosting.ApplicationModel.HttpsCertificateConfigurationCallbackAnnotation : Func<Aspire.Hosting.ApplicationModel.HttpsCertificateConfigurationCallbackAnnotationContext, System.Threading.Tasks.Task> -> Aspire.Hosting.ApplicationModel.HttpsCertificateConfigurationCallbackAnnotation
Public Sub New (callback As Func(Of HttpsCertificateConfigurationCallbackAnnotationContext, Task))
Parameters
The callback used to configure the resource to use a specific TLS certificate pair.