CertificateTrustConfigurationCallbackAnnotation
Classsealednet10.0
An annotation that indicates a resource wants to manage how custom certificate trust is configured.
namespace Aspire.Hosting.ApplicationModel;
public sealed class CertificateTrustConfigurationCallbackAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...}Constructors1
Section titled Constructors An annotation that indicates a resource wants to manage how custom certificate trust is configured.
Properties1
Section titled PropertiesCallbackgetFunc<CertificateTrustConfigurationCallbackAnnotationContext, Task> Gets the callback to invoke to populate or modify the certificate authority collection.