Skip to content
DocsTry Aspire
DocsTry

CertificateTrustConfigurationCallbackAnnotation Properties

ClassProperties1 member
An annotation that indicates a resource wants to manage how custom certificate trust is configured.
CallbackSection titled CallbackFunc<CertificateTrustConfigurationCallbackAnnotationContext, Task>
Gets the callback to invoke to populate or modify the certificate authority collection.
public Func<CertificateTrustConfigurationCallbackAnnotationContext, Task> Callback { get; }