Skip to content
Docs Try Aspire

CertificateTrustConfigurationCallbackAnnotation

Class sealed net8.0
📦 Aspire.Hosting v13.2.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
{
// ...
}