1 instantiation of ContainerCertificateTrustCallbackAnnotation
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
1017return builder.WithAnnotation(new ContainerCertificateTrustCallbackAnnotation(callback), ResourceAnnotationMutationBehavior.Replace);
4 references to ContainerCertificateTrustCallbackAnnotation
Aspire.Hosting (4)
ApplicationModel\ContainerCertificateTrustCallbackAnnotation.cs (1)
21/// Context provided to a <see cref="ContainerCertificateTrustCallbackAnnotation"/> callback.
ContainerResourceBuilderExtensions.cs (1)
1004/// Adds a <see cref="ContainerCertificateTrustCallbackAnnotation"/> to the resource annotations to associate a callback that is invoked when a certificate needs to
Dcp\DcpExecutor.cs (2)
2248if (modelResource.TryGetLastAnnotation<ContainerCertificateTrustCallbackAnnotation>(out var callbackAnnotation))