Skip to content
Docs Try Aspire

CertificateTrustConfigurationCallbackAnnotation

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