Skip to content
DocsTry Aspire
DocsTry

CertificateTrustConfigurationCallbackAnnotation

Classsealednet8.0
📦 Aspire.Hosting v13.4.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
{
// ...
}