Skip to content
Docs Try Aspire

CertificateTrustConfigurationCallbackAnnotation Properties

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