Skip to content
Docs Try Aspire

CertificateTrustConfigurationCallbackAnnotation Constructors

Class Constructors 1 member
An annotation that indicates a resource wants to manage how custom certificate trust is configured.
Constructor(Func<CertificateTrustConfigurationCallbackAnnotationContext, Task>) Section titled Constructor(Func<CertificateTrustConfigurationCallbackAnnotationContext, Task>)
An annotation that indicates a resource wants to manage how custom certificate trust is configured.
public sealed class CertificateTrustConfigurationCallbackAnnotation
{
public CertificateTrustConfigurationCallbackAnnotation(
Func<CertificateTrustConfigurationCallbackAnnotationContext, Task> callback)
{
// ...
}
}
callback Func<CertificateTrustConfigurationCallbackAnnotationContext, Task> The callback used to customize certificate trust for the resource.