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