1 instantiation of CertificateTrustConfigurationCallbackAnnotation
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
2697return builder.WithAnnotation(new CertificateTrustConfigurationCallbackAnnotation(callback), ResourceAnnotationMutationBehavior.Replace);
4 references to CertificateTrustConfigurationCallbackAnnotation
Aspire.Hosting (4)
ApplicationModel\CertificateTrustConfigurationCallbackAnnotation.cs (1)
22/// Context provided to a <see cref="CertificateTrustConfigurationCallbackAnnotation"/> callback.
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (2)
108if (resource.TryGetAnnotationsOfType<CertificateTrustConfigurationCallbackAnnotation>(out var callbacks)) 110foreach (var callback in callbacks)
ResourceBuilderExtensions.cs (1)
2664/// Adds a <see cref="CertificateTrustConfigurationCallbackAnnotation"/> to the resource annotations to associate a callback that