次の方法で共有


HttpsCertificateConfigurationCallbackAnnotation.Callback Property

Definition

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

public Func<Aspire.Hosting.ApplicationModel.HttpsCertificateConfigurationCallbackAnnotationContext,System.Threading.Tasks.Task> Callback { get; }
member this.Callback : Func<Aspire.Hosting.ApplicationModel.HttpsCertificateConfigurationCallbackAnnotationContext, System.Threading.Tasks.Task>
Public ReadOnly Property Callback As Func(Of HttpsCertificateConfigurationCallbackAnnotationContext, Task)

Property Value

Applies to