CertificateTrustConfigurationCallbackAnnotation 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 custom certificate trust is configured.
public CertificateTrustConfigurationCallbackAnnotation(Func<Aspire.Hosting.ApplicationModel.CertificateTrustConfigurationCallbackAnnotationContext,System.Threading.Tasks.Task> callback);
new Aspire.Hosting.ApplicationModel.CertificateTrustConfigurationCallbackAnnotation : Func<Aspire.Hosting.ApplicationModel.CertificateTrustConfigurationCallbackAnnotationContext, System.Threading.Tasks.Task> -> Aspire.Hosting.ApplicationModel.CertificateTrustConfigurationCallbackAnnotation
Public Sub New (callback As Func(Of CertificateTrustConfigurationCallbackAnnotationContext, Task))
Parameters
The callback used to customize certificate trust for the resource.